Skip to content

Commit 0ea9721

Browse files
kflynnk8s-ci-robot
authored andcommitted
chore: Review feedback from Mike Morris
Signed-off-by: Flynn <[email protected]>
1 parent cb72805 commit 0ea9721

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apis/v1/shared_types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ type ParentReference struct {
155155
Port *PortNumber `json:"port,omitempty"`
156156
}
157157

158-
// GatewayDefaultScope defines the set of default scopes that a Gateway
159-
// can claim, for use in any Route type. At present the only supported
160-
// scope is "All".
158+
// GatewayDefaultScope defines the set of default scopes that a Gateway can
159+
// claim, for configuring default Gateways and selecting default Gateways in
160+
// any Route type. At present the only supported scope is "All".
161161
type GatewayDefaultScope string
162162

163163
const (

0 commit comments

Comments
 (0)