Skip to content

Commit

Permalink
Update kubedb crds
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 20, 2024
1 parent 006f49b commit d78d324
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions hub/resourcedescriptors/kubedb.com/v1/mysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4967,6 +4967,7 @@ spec:
default: Single-Primary
enum:
- Single-Primary
- Multi-Primary
type: string
name:
type: string
Expand All @@ -4977,6 +4978,7 @@ spec:
default: Single-Primary
enum:
- Single-Primary
- Multi-Primary
type: string
router:
properties:
Expand Down
2 changes: 0 additions & 2 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/mssqlservers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4768,8 +4768,6 @@ spec:
- name
type: object
x-kubernetes-map-type: atomic
required:
- clientTLS
type: object
topology:
properties:
Expand Down
2 changes: 2 additions & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/mysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4643,6 +4643,7 @@ spec:
default: Single-Primary
enum:
- Single-Primary
- Multi-Primary
type: string
name:
type: string
Expand All @@ -4653,6 +4654,7 @@ spec:
default: Single-Primary
enum:
- Single-Primary
- Multi-Primary
type: string
router:
properties:
Expand Down
7 changes: 7 additions & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/solrs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,16 @@ spec:
x-kubernetes-map-type: atomic
authSecret:
properties:
activeFrom:
format: date-time
type: string
externallyManaged:
type: boolean
name:
default: ""
type: string
rotateAfter:
type: string
type: object
x-kubernetes-map-type: atomic
clientAuthSSL:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ spec:
- alias
type: object
type: array
clientTLS:
type: boolean
issuerRef:
properties:
apiGroup:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ spec:
- UpdateVersion
- Reconfigure
- RotateAuth
- Restart
type: string
updateVersion:
properties:
Expand Down

0 comments on commit d78d324

Please sign in to comment.