Skip to content

Commit

Permalink
Update kafkaOpsRequest crd
Browse files Browse the repository at this point in the history
Signed-off-by: obaydullahmhs <[email protected]>
  • Loading branch information
obaydullahmhs committed Sep 28, 2023
1 parent 355f5f0 commit e7b4ddf
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions charts/kubedb-crds/crds/ops.kubedb.com_kafkaopsrequests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,25 +210,6 @@ spec:
type: object
verticalScaling:
properties:
exporter:
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
node:
properties:
limits:
Expand Down Expand Up @@ -339,14 +320,14 @@ spec:
type: integer
reason:
type: string
severity:
type: string
status:
type: string
type:
type: string
required:
- lastTransitionTime
- message
- reason
- status
- type
type: object
Expand Down

0 comments on commit e7b4ddf

Please sign in to comment.