Get started (free)

SDP 26.7 is planned as the next major release. Its contents and planned date may change before publication. Planned release date: July 2026.

Custom resource

Listener

Exposes a set of Pods to the outside world.

View SDP 26.7 release Download CRD (YAML)
API group
listeners.stackable.tech
API versions in 26.7
v1alpha1
Scope
Namespaced
Operator
Stackable Listener Operator
Roles
none

Schema

Listener.listeners.stackable.tech .spec fields for SDP 26.7.

Schema
  • className # string
    The name of the ListenerClass.
  • extraPodSelectorLabels # object = {}
    Extra labels that the Pods must match in order to be exposed. They must also still have a Volume referring to the Listener.
  • objectOverrides # array = []
    A list of generic Kubernetes objects, which are merged into the objects that the operator creates. List entries are arbitrary YAML objects, which need to be valid Kubernetes objects. Read the Object overrides documentation for more information.
  • publishNotReadyAddresses # boolean = true
    Whether incoming traffic should also be directed to Pods that are not Ready.