gateway api v1.6.2 experimental

GRPCRoute.spec.parentRefs[].kind

Kind is kind of the referent. There are two kinds of parent resources with "Core" support: * Gateway (Gateway conformance profile) * Service (Mesh conformance profile, ClusterIP Services only) Support for other resources is Implementation-Specific.

1 fields
GRPCRoute.spec.parentRefs[].kind fields and descriptions
Field / TypeDescription
GRPCRoute.spec.parentRefs[].kind
string

Kind is kind of the referent. There are two kinds of parent resources with "Core" support: * Gateway (Gateway conformance profile) * Service (Mesh conformance profile, ClusterIP Services only) Support for other resources is Implementation-Specific.

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