File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed
deploy/helm/kafka-operator/crds Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -66,16 +66,12 @@ spec:
66
66
nullable : true
67
67
type : object
68
68
x-kubernetes-preserve-unknown-fields : true
69
- required :
70
- - nodeAffinity
71
- - podAffinity
72
- - podAntiAffinity
73
69
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 :
76
71
nullable : true
77
72
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.
79
75
nullable : true
80
76
type : string
81
77
logging :
@@ -336,16 +332,12 @@ spec:
336
332
nullable : true
337
333
type : object
338
334
x-kubernetes-preserve-unknown-fields : true
339
- required :
340
- - nodeAffinity
341
- - podAffinity
342
- - podAntiAffinity
343
335
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 :
346
337
nullable : true
347
338
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.
349
341
nullable : true
350
342
type : string
351
343
logging :
@@ -588,6 +580,9 @@ spec:
588
580
- configMapName
589
581
type : object
590
582
type : object
583
+ bootstrapListenerClass :
584
+ default : cluster-internal
585
+ type : string
591
586
tls :
592
587
default :
593
588
internalSecretClass : tls
You can’t perform that action at this time.
0 commit comments