You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/helm/hbase-operator/crds/crds.yaml
+30-6Lines changed: 30 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,11 @@ spec:
197
197
nullable: true
198
198
type: string
199
199
listenerClass:
200
-
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose this rolegroup. All roles should have a direct ListenerClass, such as `cluster-internal` or `external-unstable`.
200
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose this rolegroup.
201
+
enum:
202
+
- cluster-internal
203
+
- external-unstable
204
+
- external-stable
201
205
nullable: true
202
206
type: string
203
207
logging:
@@ -451,7 +455,11 @@ spec:
451
455
nullable: true
452
456
type: string
453
457
listenerClass:
454
-
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose this rolegroup. All roles should have a direct ListenerClass, such as `cluster-internal` or `external-unstable`.
458
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose this rolegroup.
459
+
enum:
460
+
- cluster-internal
461
+
- external-unstable
462
+
- external-stable
455
463
nullable: true
456
464
type: string
457
465
logging:
@@ -686,7 +694,11 @@ spec:
686
694
nullable: true
687
695
type: string
688
696
listenerClass:
689
-
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose this rolegroup. All roles should have a direct ListenerClass, such as `cluster-internal` or `external-unstable`.
697
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose this rolegroup.
698
+
enum:
699
+
- cluster-internal
700
+
- external-unstable
701
+
- external-stable
690
702
nullable: true
691
703
type: string
692
704
logging:
@@ -968,7 +980,11 @@ spec:
968
980
nullable: true
969
981
type: string
970
982
listenerClass:
971
-
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose this rolegroup. All roles should have a direct ListenerClass, such as `cluster-internal` or `external-unstable`.
983
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose this rolegroup.
984
+
enum:
985
+
- cluster-internal
986
+
- external-unstable
987
+
- external-stable
972
988
nullable: true
973
989
type: string
974
990
logging:
@@ -1231,7 +1247,11 @@ spec:
1231
1247
nullable: true
1232
1248
type: string
1233
1249
listenerClass:
1234
-
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose this rolegroup. All roles should have a direct ListenerClass, such as `cluster-internal` or `external-unstable`.
1250
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose this rolegroup.
1251
+
enum:
1252
+
- cluster-internal
1253
+
- external-unstable
1254
+
- external-stable
1235
1255
nullable: true
1236
1256
type: string
1237
1257
logging:
@@ -1485,7 +1505,11 @@ spec:
1485
1505
nullable: true
1486
1506
type: string
1487
1507
listenerClass:
1488
-
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose this rolegroup. All roles should have a direct ListenerClass, such as `cluster-internal` or `external-unstable`.
1508
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose this rolegroup.
0 commit comments