Skip to content

Commit

Permalink
Add Gateway to core reference from kinds
Browse files Browse the repository at this point in the history
Add Gateway to the list of core kinds implementations must support in
ReferenceGrantFrom. Gateway Listener core support requires
implementations support references to TLS Secrets in other namespaces,
and these references require permission from a ReferenceGrant in the
target namespace.
  • Loading branch information
rainest committed Jun 22, 2022
1 parent 847a014 commit d6cca04
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion apis/v1alpha2/referencegrant_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,14 @@ type ReferenceGrantFrom struct {
Group Group `json:"group"`

// Kind is the kind of the referent. Although implementations may support
// additional resources, the following Route types are part of the "Core"
// additional resources, the following types are part of the "Core"
// support level for this field:
//
// * HTTPRoute
// * TCPRoute
// * TLSRoute
// * UDPRoute
// * Gateway
Kind Kind `json:"kind"`

// Namespace is the namespace of the referent.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6cca04

Please sign in to comment.