SDP 25.7 is not the latest You're viewing SDP 25.7, not the current release (SDP 26.3).
View ListenerClass in SDP 26.3 View SDP 26.3 →Custom resource
ListenerClass
Auto-generated derived type for ListenerClassSpec via `CustomResource`
- API group
- listeners.stackable.tech
- API versions in 25.7
- v1alpha1
- Scope
- Cluster
- Operator
- Stackable Listener Operator
- Roles
- none
Schema
ListenerClass.listeners.stackable.tech .spec fields for SDP 25.7.
Schema
- The method used to access the services.allowed: NodePortLoadBalancerClusterIP
- Configures whether a LoadBalancer service should also allocate node ports (like NodePort). Ignored unless serviceType is LoadBalancer.
- Configures a custom Service loadBalancerClass, which can be used to access secondary load balancer controllers that are installed in the cluster, or to provision custom addresses manually. Ignored unless serviceType is LoadBalancer.
- Whether addresses should prefer using the IP address (
IP) or the hostname (Hostname). Can also be set toHostnameConservative, which will useIPforNodePortservice types, butHostnamefor everything else. The other type will be used if the preferred type is not available. Defaults toHostnameConservative.allowed: HostnameIPHostnameConservative - Annotations that should be added to the Service object.
-
externalTrafficPolicythat should be set on the created [Service] objects. The default isLocal(in contrast toCluster), as we aim to direct traffic to a node running the workload and we should keep testing that as the primary configuration. Cluster is a fallback option for providers that break Local mode (IONOS so far).allowed: ClusterLocal