2121 properties :
2222 spec :
2323 description : |-
24- Defines a policy for how [Listeners](https://docs.stackable.tech/home/nightly /listener-operator/listener) should be exposed.
25- Read the [ListenerClass documentation](https://docs.stackable.tech/home/nightly /listener-operator/listenerclass)
24+ Defines a policy for how [Listeners](https://docs.stackable.tech/home/26.7 /listener-operator/listener) should be exposed.
25+ Read the [ListenerClass documentation](https://docs.stackable.tech/home/26.7 /listener-operator/listenerclass)
2626 for more information.
2727 properties :
2828 loadBalancerAllocateNodePorts :
@@ -100,7 +100,7 @@ spec:
100100 to override any property that can be set on a Kubernetes Service.
101101
102102 This mechanism is similar to the `podOverrides`, which are documented in the
103- [Pod overrides documentation](https://docs.stackable.tech/home/nightly /concepts/overrides#pod-overrides).
103+ [Pod overrides documentation](https://docs.stackable.tech/home/26.7 /concepts/overrides#pod-overrides).
104104 type : object
105105 x-kubernetes-preserve-unknown-fields : true
106106 serviceType :
@@ -149,12 +149,12 @@ spec:
149149 1. It uses a cluster-level policy object (ListenerClass) to define how exactly the exposure works
150150 2. It has a consistent API for reading back the exposed address(es) of the service
151151 3. The Pod must mount a Volume referring to the Listener, which also allows
152- ["sticky" scheduling](https://docs.stackable.tech/home/nightly /listener-operator/listener#_sticky_scheduling).
152+ ["sticky" scheduling](https://docs.stackable.tech/home/26.7 /listener-operator/listener#_sticky_scheduling).
153153
154- Learn more in the [Listener documentation](https://docs.stackable.tech/home/nightly /listener-operator/listener).
154+ Learn more in the [Listener documentation](https://docs.stackable.tech/home/26.7 /listener-operator/listener).
155155 properties :
156156 className :
157- description : The name of the [ListenerClass](https://docs.stackable.tech/home/nightly /listener-operator/listenerclass).
157+ description : The name of the [ListenerClass](https://docs.stackable.tech/home/26.7 /listener-operator/listenerclass).
158158 nullable : true
159159 type : string
160160 extraPodSelectorLabels :
@@ -171,7 +171,7 @@ spec:
171171
172172 List entries are arbitrary YAML objects, which need to be valid Kubernetes objects.
173173
174- Read the [Object overrides documentation](https://docs.stackable.tech/home/nightly /concepts/overrides#object-overrides)
174+ Read the [Object overrides documentation](https://docs.stackable.tech/home/26.7 /concepts/overrides#object-overrides)
175175 for more information.
176176 items :
177177 type : object
0 commit comments