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/spark-k8s-operator/crds/crds.yaml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1379,9 +1379,6 @@ spec:
1379
1379
cleaner:
1380
1380
nullable: true
1381
1381
type: boolean
1382
-
listenerClass:
1383
-
nullable: true
1384
-
type: string
1385
1382
logging:
1386
1383
default:
1387
1384
containers: {}
@@ -1556,11 +1553,16 @@ spec:
1556
1553
x-kubernetes-preserve-unknown-fields: true
1557
1554
roleConfig:
1558
1555
default:
1556
+
listenerClass: cluster-internal
1559
1557
podDisruptionBudget:
1560
1558
enabled: true
1561
1559
maxUnavailable: null
1562
1560
description: This is a product-agnostic RoleConfig, which is sufficient for most of the products.
1563
1561
properties:
1562
+
listenerClass:
1563
+
default: cluster-internal
1564
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the history server.
0 commit comments