gateway api v1.1.1 standard
ReferenceGrant.spec.to[]
ReferenceGrantTo describes what Kinds are allowed as targets of the references.
| Field / Type | Description |
|---|---|
group | Group is the group of the referent. When empty, the Kubernetes core API group is inferred. Support: Core
|
kind | 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
|
name | 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.
|