Skip to content

Commit

Permalink
Merge branch 'main' into dev/K8SPS-377
Browse files Browse the repository at this point in the history
  • Loading branch information
hors authored Aug 12, 2024
2 parents 54454cc + f373420 commit afabeb3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 26 deletions.
35 changes: 17 additions & 18 deletions api/v1alpha1/perconaservermysql_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,23 @@ import (

// PerconaServerMySQLSpec defines the desired state of PerconaServerMySQL
type PerconaServerMySQLSpec struct {
CRVersion string `json:"crVersion,omitempty"`
Pause bool `json:"pause,omitempty"`
SecretsName string `json:"secretsName,omitempty"`
SSLSecretName string `json:"sslSecretName,omitempty"`
SSLInternalSecretName string `json:"sslInternalSecretName,omitempty"`
Unsafe UnsafeFlags `json:"unsafeFlags,omitempty"`
InitImage string `json:"initImage,omitempty"`
IgnoreAnnotations []string `json:"ignoreAnnotations,omitempty"`
IgnoreLabels []string `json:"ignoreLabels,omitempty"`
MySQL MySQLSpec `json:"mysql,omitempty"`
Orchestrator OrchestratorSpec `json:"orchestrator,omitempty"`
PMM *PMMSpec `json:"pmm,omitempty"`
Backup *BackupSpec `json:"backup,omitempty"`
Proxy ProxySpec `json:"proxy,omitempty"`
TLS *TLSSpec `json:"tls,omitempty"`
Toolkit *ToolkitSpec `json:"toolkit,omitempty"`
UpgradeOptions UpgradeOptions `json:"upgradeOptions,omitempty"`
UpdateStrategy appsv1.StatefulSetUpdateStrategyType `json:"updateStrategy,omitempty"`
CRVersion string `json:"crVersion,omitempty"`
Pause bool `json:"pause,omitempty"`
SecretsName string `json:"secretsName,omitempty"`
SSLSecretName string `json:"sslSecretName,omitempty"`
Unsafe UnsafeFlags `json:"unsafeFlags,omitempty"`
InitImage string `json:"initImage,omitempty"`
IgnoreAnnotations []string `json:"ignoreAnnotations,omitempty"`
IgnoreLabels []string `json:"ignoreLabels,omitempty"`
MySQL MySQLSpec `json:"mysql,omitempty"`
Orchestrator OrchestratorSpec `json:"orchestrator,omitempty"`
PMM *PMMSpec `json:"pmm,omitempty"`
Backup *BackupSpec `json:"backup,omitempty"`
Proxy ProxySpec `json:"proxy,omitempty"`
TLS *TLSSpec `json:"tls,omitempty"`
Toolkit *ToolkitSpec `json:"toolkit,omitempty"`
UpgradeOptions UpgradeOptions `json:"upgradeOptions,omitempty"`
UpdateStrategy appsv1.StatefulSetUpdateStrategyType `json:"updateStrategy,omitempty"`
}

type UnsafeFlags struct {
Expand Down
2 changes: 0 additions & 2 deletions config/crd/bases/ps.percona.com_perconaservermysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7570,8 +7570,6 @@ spec:
type: object
secretsName:
type: string
sslInternalSecretName:
type: string
sslSecretName:
type: string
tls:
Expand Down
2 changes: 0 additions & 2 deletions deploy/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9466,8 +9466,6 @@ spec:
type: object
secretsName:
type: string
sslInternalSecretName:
type: string
sslSecretName:
type: string
tls:
Expand Down
2 changes: 0 additions & 2 deletions deploy/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9466,8 +9466,6 @@ spec:
type: object
secretsName:
type: string
sslInternalSecretName:
type: string
sslSecretName:
type: string
tls:
Expand Down
2 changes: 0 additions & 2 deletions deploy/cw-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9466,8 +9466,6 @@ spec:
type: object
secretsName:
type: string
sslInternalSecretName:
type: string
sslSecretName:
type: string
tls:
Expand Down

0 comments on commit afabeb3

Please sign in to comment.