Custom resource
Listener
Exposes a set of Pods to the outside world.
- API group
- listeners.stackable.tech
- API versions in dev
- v1alpha1
- Scope
- Namespaced
- Operator
- Stackable Listener Operator
- Roles
- none
Schema
Listener.listeners.stackable.tech .spec fields for SDP dev.
Schema
- The name of the ListenerClass.
- Extra labels that the Pods must match in order to be exposed. They must also still have a Volume referring to the Listener.
- 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.
- Ports that should be exposed.
- Whether incoming traffic should also be directed to Pods that are not
Ready.