gateway api v1.6.2 standard

ListenerSet.status

Status defines the current state of ListenerSet.

2 fields
ListenerSet.status fields and descriptions
Field / TypeDescription
object[]

Conditions describe the current conditions of the ListenerSet. Implementations MUST express ListenerSet conditions using the `ListenerSetConditionType` and `ListenerSetConditionReason` constants so that operators and tools can converge on a common vocabulary to describe ListenerSet state. Known condition types are: * "Accepted" * "Programmed"

  • default: [{"lastTransitionTime":"1970-01-01T00:00:00Z","message":"Waiting for controller","reason":"Pending","status":"Unknown","type":"Accepted"},{"lastTransitionTime":"1970-01-01T00:00:00Z","message":"Waiting for controller","reason":"Pending","status":"Unknown","type":"Programmed"}]
  • maxItems: 8
  • x-kubernetes-list-map-keys: ["type"]
  • x-kubernetes-list-type: "map"
object[]

Listeners provide status for each unique listener port defined in the Spec.

  • maxItems: 64
  • x-kubernetes-list-map-keys: ["name"]
  • x-kubernetes-list-type: "map"