We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb72805 commit 0ea9721Copy full SHA for 0ea9721
apis/v1/shared_types.go
@@ -155,9 +155,9 @@ type ParentReference struct {
155
Port *PortNumber `json:"port,omitempty"`
156
}
157
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".
+// GatewayDefaultScope defines the set of default scopes that a Gateway can
+// claim, for configuring default Gateways and selecting default Gateways in
+// any Route type. At present the only supported scope is "All".
161
type GatewayDefaultScope string
162
163
const (
0 commit comments