Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Oct 22, 2024
1 parent 1fbbd4b commit 51fbdd5
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 0 deletions.
116 changes: 116 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_zookeepers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ spec:
type: string
type: object
x-kubernetes-map-type: atomic
clientSecurePort:
default: 2182
format: int32
type: integer
configSecret:
properties:
name:
Expand All @@ -74,6 +78,8 @@ spec:
type: string
disableAuth:
type: boolean
enableSSL:
type: boolean
halted:
type: boolean
healthChecker:
Expand All @@ -97,6 +103,15 @@ spec:
format: int32
type: integer
type: object
keystoreCredSecret:
properties:
externallyManaged:
type: boolean
name:
default: ""
type: string
type: object
x-kubernetes-map-type: atomic
monitor:
properties:
agent:
Expand Down Expand Up @@ -3525,6 +3540,107 @@ spec:
volumeName:
type: string
type: object
tls:
properties:
certificates:
items:
properties:
alias:
type: string
dnsNames:
items:
type: string
type: array
duration:
type: string
emailAddresses:
items:
type: string
type: array
ipAddresses:
items:
type: string
type: array
issuerRef:
properties:
apiGroup:
type: string
kind:
type: string
name:
type: string
required:
- kind
- name
type: object
x-kubernetes-map-type: atomic
privateKey:
properties:
encoding:
enum:
- PKCS1
- PKCS8
type: string
type: object
renewBefore:
type: string
secretName:
type: string
subject:
properties:
countries:
items:
type: string
type: array
localities:
items:
type: string
type: array
organizationalUnits:
items:
type: string
type: array
organizations:
items:
type: string
type: array
postalCodes:
items:
type: string
type: array
provinces:
items:
type: string
type: array
serialNumber:
type: string
streetAddresses:
items:
type: string
type: array
type: object
uris:
items:
type: string
type: array
required:
- alias
type: object
type: array
issuerRef:
properties:
apiGroup:
type: string
kind:
type: string
name:
type: string
required:
- kind
- name
type: object
x-kubernetes-map-type: atomic
type: object
version:
type: string
required:
Expand Down
106 changes: 106 additions & 0 deletions charts/kubedb-crds/crds/ops.kubedb.com_zookeeperopsrequests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,111 @@ spec:
type: object
timeout:
type: string
tls:
properties:
certificates:
items:
properties:
alias:
type: string
dnsNames:
items:
type: string
type: array
duration:
type: string
emailAddresses:
items:
type: string
type: array
ipAddresses:
items:
type: string
type: array
issuerRef:
properties:
apiGroup:
type: string
kind:
type: string
name:
type: string
required:
- kind
- name
type: object
x-kubernetes-map-type: atomic
privateKey:
properties:
encoding:
enum:
- PKCS1
- PKCS8
type: string
type: object
renewBefore:
type: string
secretName:
type: string
subject:
properties:
countries:
items:
type: string
type: array
localities:
items:
type: string
type: array
organizationalUnits:
items:
type: string
type: array
organizations:
items:
type: string
type: array
postalCodes:
items:
type: string
type: array
provinces:
items:
type: string
type: array
serialNumber:
type: string
streetAddresses:
items:
type: string
type: array
type: object
uris:
items:
type: string
type: array
required:
- alias
type: object
type: array
issuerRef:
properties:
apiGroup:
type: string
kind:
type: string
name:
type: string
required:
- kind
- name
type: object
x-kubernetes-map-type: atomic
remove:
type: boolean
rotateCertificates:
type: boolean
type: object
type:
enum:
- UpdateVersion
Expand All @@ -88,6 +193,7 @@ spec:
- VolumeExpansion
- Restart
- Reconfigure
- ReconfigureTLS
type: string
updateVersion:
properties:
Expand Down
Loading

0 comments on commit 51fbdd5

Please sign in to comment.