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/opensearch-operator/crds/crds.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ spec:
38
38
It must contain the key `ADDRESS` with the address of the Vector aggregator.
39
39
Follow the [logging tutorial](https://docs.stackable.tech/home/nightly/tutorials/logging-vector-aggregator)
40
40
to learn how to configure log aggregation with Vector.
41
+
maxLength: 253
42
+
minLength: 1
41
43
nullable: true
42
44
type: string
43
45
type: object
@@ -183,6 +185,8 @@ spec:
183
185
type: string
184
186
listenerClass:
185
187
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the HTTP communication.
188
+
maxLength: 253
189
+
minLength: 1
186
190
nullable: true
187
191
type: string
188
192
logging:
@@ -526,6 +530,8 @@ spec:
526
530
type: string
527
531
listenerClass:
528
532
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the HTTP communication.
// The possible node roles are by default the built-in roles and the search role, see
@@ -151,7 +154,7 @@ pub mod versioned {
151
154
152
155
/// This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the HTTP communication.
0 commit comments