-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update crds for kubedb/apimachinery@a4ea74a1
Signed-off-by: 1gtm <[email protected]>
- Loading branch information
Showing
2 changed files
with
710 additions
and
0 deletions.
There are no files selected for viewing
354 changes: 354 additions & 0 deletions
354
charts/kubedb-crds/crds/ops.kubedb.com_kafkaopsrequests.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,354 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/name: kubedb | ||
name: kafkaopsrequests.ops.kubedb.com | ||
spec: | ||
group: ops.kubedb.com | ||
names: | ||
categories: | ||
- datastore | ||
- kubedb | ||
- appscode | ||
kind: KafkaOpsRequest | ||
listKind: KafkaOpsRequestList | ||
plural: kafkaopsrequests | ||
shortNames: | ||
- kfops | ||
singular: kafkaopsrequest | ||
scope: Namespaced | ||
versions: | ||
- additionalPrinterColumns: | ||
- jsonPath: .spec.type | ||
name: Type | ||
type: string | ||
- jsonPath: .status.phase | ||
name: Status | ||
type: string | ||
- jsonPath: .metadata.creationTimestamp | ||
name: Age | ||
type: date | ||
name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
type: string | ||
kind: | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
properties: | ||
apply: | ||
default: IfReady | ||
enum: | ||
- IfReady | ||
- Always | ||
type: string | ||
configuration: | ||
properties: | ||
applyConfig: | ||
additionalProperties: | ||
type: string | ||
type: object | ||
configSecret: | ||
properties: | ||
name: | ||
type: string | ||
type: object | ||
x-kubernetes-map-type: atomic | ||
removeCustomConfig: | ||
type: boolean | ||
type: object | ||
databaseRef: | ||
properties: | ||
name: | ||
type: string | ||
type: object | ||
x-kubernetes-map-type: atomic | ||
horizontalScaling: | ||
properties: | ||
node: | ||
format: int32 | ||
type: integer | ||
topology: | ||
properties: | ||
broker: | ||
format: int32 | ||
type: integer | ||
controller: | ||
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: | ||
node: | ||
properties: | ||
limits: | ||
additionalProperties: | ||
anyOf: | ||
- type: integer | ||
- type: string | ||
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ | ||
x-kubernetes-int-or-string: true | ||
type: object | ||
requests: | ||
additionalProperties: | ||
anyOf: | ||
- type: integer | ||
- type: string | ||
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ | ||
x-kubernetes-int-or-string: true | ||
type: object | ||
type: object | ||
topology: | ||
properties: | ||
broker: | ||
properties: | ||
limits: | ||
additionalProperties: | ||
anyOf: | ||
- type: integer | ||
- type: string | ||
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ | ||
x-kubernetes-int-or-string: true | ||
type: object | ||
requests: | ||
additionalProperties: | ||
anyOf: | ||
- type: integer | ||
- type: string | ||
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ | ||
x-kubernetes-int-or-string: true | ||
type: object | ||
type: object | ||
controller: | ||
properties: | ||
limits: | ||
additionalProperties: | ||
anyOf: | ||
- type: integer | ||
- type: string | ||
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ | ||
x-kubernetes-int-or-string: true | ||
type: object | ||
requests: | ||
additionalProperties: | ||
anyOf: | ||
- type: integer | ||
- type: string | ||
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ | ||
x-kubernetes-int-or-string: true | ||
type: object | ||
type: object | ||
type: object | ||
type: object | ||
volumeExpansion: | ||
properties: | ||
mode: | ||
default: Online | ||
enum: | ||
- Offline | ||
- Online | ||
type: string | ||
node: | ||
anyOf: | ||
- type: integer | ||
- type: string | ||
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ | ||
x-kubernetes-int-or-string: true | ||
topology: | ||
properties: | ||
broker: | ||
anyOf: | ||
- type: integer | ||
- type: string | ||
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ | ||
x-kubernetes-int-or-string: true | ||
controller: | ||
anyOf: | ||
- type: integer | ||
- type: string | ||
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ | ||
x-kubernetes-int-or-string: true | ||
type: object | ||
type: object | ||
required: | ||
- databaseRef | ||
- type | ||
type: object | ||
status: | ||
properties: | ||
conditions: | ||
items: | ||
properties: | ||
lastTransitionTime: | ||
format: date-time | ||
type: string | ||
message: | ||
type: string | ||
observedGeneration: | ||
format: int64 | ||
type: integer | ||
reason: | ||
type: string | ||
severity: | ||
type: string | ||
status: | ||
type: string | ||
type: | ||
type: string | ||
required: | ||
- lastTransitionTime | ||
- status | ||
- type | ||
type: object | ||
type: array | ||
observedGeneration: | ||
format: int64 | ||
type: integer | ||
phase: | ||
enum: | ||
- Pending | ||
- Progressing | ||
- Successful | ||
- WaitingForApproval | ||
- Failed | ||
- Approved | ||
- Denied | ||
- Skipped | ||
type: string | ||
type: object | ||
type: object | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
Oops, something went wrong.