Skip to content

Commit d960573

Browse files
committed
Regenerate CRD
1 parent c91a041 commit d960573

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

deploy/helm/kafka-operator/crds/crds.yaml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,12 @@ spec:
6666
nullable: true
6767
type: object
6868
x-kubernetes-preserve-unknown-fields: true
69-
required:
70-
- nodeAffinity
71-
- podAffinity
72-
- podAntiAffinity
7369
type: object
74-
gracefulShutdownTimeout:
75-
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
70+
brokerListenerClass:
7671
nullable: true
7772
type: string
78-
listenerClass:
73+
gracefulShutdownTimeout:
74+
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
7975
nullable: true
8076
type: string
8177
logging:
@@ -336,16 +332,12 @@ spec:
336332
nullable: true
337333
type: object
338334
x-kubernetes-preserve-unknown-fields: true
339-
required:
340-
- nodeAffinity
341-
- podAffinity
342-
- podAntiAffinity
343335
type: object
344-
gracefulShutdownTimeout:
345-
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
336+
brokerListenerClass:
346337
nullable: true
347338
type: string
348-
listenerClass:
339+
gracefulShutdownTimeout:
340+
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
349341
nullable: true
350342
type: string
351343
logging:
@@ -588,6 +580,9 @@ spec:
588580
- configMapName
589581
type: object
590582
type: object
583+
bootstrapListenerClass:
584+
default: cluster-internal
585+
type: string
591586
tls:
592587
default:
593588
internalSecretClass: tls

0 commit comments

Comments
 (0)