gateway api v1.2.0 experimental

ReferenceGrant.spec

Spec defines the desired state of ReferenceGrant.

2 fields
ReferenceGrant.spec fields and descriptions
Field / TypeDescription
object[] required

From describes the trusted namespaces and kinds that can reference the resources described in "To". Each entry in this list MUST be considered to be an additional place that references can be valid from, or to put this another way, entries MUST be combined using OR. Support: Core

  • minItems: 1
  • maxItems: 16
object[] required

To describes the resources that may be referenced by the resources described in "From". Each entry in this list MUST be considered to be an additional place that references can be valid to, or to put this another way, entries MUST be combined using OR. Support: Core

  • minItems: 1
  • maxItems: 16