Skip to content

Commit

Permalink
make gen
Browse files Browse the repository at this point in the history
Signed-off-by: SK Ali Arman <[email protected]>
  • Loading branch information
sheikh-arman committed Jan 14, 2025
1 parent 253d7fc commit ac9c7d1
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/kubedb/v1/mariadb_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
ResourcePluralMariaDB = "mariadbs"
)

// +kubebuilder:validation:Enum=GroupReplication;InnoDBCluster;RemoteReplica;SemiSync
// +kubebuilder:validation:Enum=MariaDBReplication;GaleraCluster
type MariaDBMode string

const (
Expand Down
28 changes: 27 additions & 1 deletion apis/kubedb/v1/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions apis/kubedb/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions crds/kubedb.com_mariadbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4737,6 +4737,14 @@ spec:
type: object
x-kubernetes-map-type: atomic
type: object
topology:
properties:
mode:
enum:
- MariaDBReplication
- GaleraCluster
type: string
type: object
version:
type: string
wsrepSSTMethod:
Expand Down

0 comments on commit ac9c7d1

Please sign in to comment.