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/hive-operator/crds/crds.yaml
+8-17Lines changed: 8 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -77,23 +77,6 @@ spec:
77
77
required:
78
78
- configMap
79
79
type: object
80
-
listenerClass:
81
-
default: cluster-internal
82
-
description: |-
83
-
This field controls which type of Service the Operator creates for this HiveCluster:
84
-
85
-
* cluster-internal: Use a ClusterIP service
86
-
87
-
* external-unstable: Use a NodePort service
88
-
89
-
* external-stable: Use a LoadBalancer service
90
-
91
-
This is a temporary solution with the goal to keep yaml manifests forward compatible. In the future, this setting will control which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) will be used to expose the service, and ListenerClass names will stay the same, allowing for a non-breaking change.
92
-
enum:
93
-
- cluster-internal
94
-
- external-unstable
95
-
- external-stable
96
-
type: string
97
80
s3:
98
81
description: S3 connection specification. This can be either `inline` or a `reference` to an S3Connection object. Read the [S3 concept documentation](https://docs.stackable.tech/home/nightly/concepts/s3) to learn more.
99
82
nullable: true
@@ -333,6 +316,10 @@ spec:
333
316
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
334
317
nullable: true
335
318
type: string
319
+
listenerClass:
320
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the webserver.
321
+
nullable: true
322
+
type: string
336
323
logging:
337
324
default:
338
325
containers: {}
@@ -627,6 +614,10 @@ spec:
627
614
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
628
615
nullable: true
629
616
type: string
617
+
listenerClass:
618
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the webserver.
0 commit comments