gateway api v1.1.0 standard

ReferenceGrant.spec.to[]

ReferenceGrantTo describes what Kinds are allowed as targets of the references.

3 fields
ReferenceGrant.spec.to[] fields and descriptions
Field / TypeDescription
group
string required

Group is the group of the referent. When empty, the Kubernetes core API group is inferred. Support: Core

  • 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 referent. Although implementations may support additional resources, the following types are part of the "Core" support level for this field: * Secret when used to permit a SecretObjectReference * Service when used to permit a BackendObjectReference

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

Name is the name of the referent. When unspecified, this policy refers to all resources of the specified Group and Kind in the local namespace.

  • minLength: 1
  • maxLength: 253