gateway api v1.1.0 experimental

Gateway.status.listeners[].supportedKinds[]

RouteGroupKind indicates the group and kind of a Route resource.

2 fields
Gateway.status.listeners[].supportedKinds[] fields and descriptions
Field / TypeDescription
group
string

Group is the group of the Route.

  • default: "gateway.networking.k8s.io"
  • maxLength: 253
  • pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
kind
string required

Kind is the kind of the Route.

  • minLength: 1
  • maxLength: 63
  • pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$