gateway api v1.1.0 experimental

GatewayClass.status

Status defines the current state of GatewayClass. Implementations MUST populate status on all GatewayClass resources which specify their controller name.

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

Conditions is the current status from the controller for this GatewayClass. Controllers should prefer to publish conditions using values of GatewayClassConditionType for the type of each Condition.

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

SupportedFeatures is the set of features the GatewayClass support. It MUST be sorted in ascending alphabetical order.

  • maxItems: 64
  • x-kubernetes-list-type: "set"