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 25, 2024
1 parent 2ca5d15 commit 67327a8
Show file tree
Hide file tree
Showing 3 changed files with 532 additions and 0 deletions.
112 changes: 112 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_druids.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ spec:
type: string
disableSecurity:
type: boolean
enableSSL:
type: boolean
halted:
type: boolean
healthChecker:
Expand Down Expand Up @@ -1116,6 +1118,15 @@ spec:
waitForInitialRestore:
type: boolean
type: object
keystoreCredSecret:
properties:
externallyManaged:
type: boolean
name:
default: ""
type: string
type: object
x-kubernetes-map-type: atomic
metadataStorage:
properties:
createTables:
Expand Down Expand Up @@ -1411,6 +1422,107 @@ spec:
- alias
type: object
type: array
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
topology:
properties:
brokers:
Expand Down
154 changes: 154 additions & 0 deletions charts/kubedb-crds/crds/ops.kubedb.com_druidopsrequests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,177 @@ spec:
- IfReady
- Always
type: string
configuration:
properties:
applyConfig:
additionalProperties:
type: string
type: object
configSecret:
properties:
name:
default: ""
type: string
type: object
x-kubernetes-map-type: atomic
removeCustomConfig:
type: boolean
type: object
databaseRef:
properties:
name:
default: ""
type: string
type: object
x-kubernetes-map-type: atomic
horizontalScaling:
properties:
topology:
properties:
brokers:
format: int32
type: integer
coordinators:
format: int32
type: integer
historicals:
format: int32
type: integer
middleManagers:
format: int32
type: integer
overlords:
format: int32
type: integer
routers:
format: int32
type: integer
type: object
type: object
restart:
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
- HorizontalScaling
- VerticalScaling
- VolumeExpansion
- Restart
- Reconfigure
- ReconfigureTLS
type: string
updateVersion:
properties:
targetVersion:
type: string
type: object
verticalScaling:
properties:
brokers:
Expand Down
Loading

0 comments on commit 67327a8

Please sign in to comment.