File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ type GatewaySpec struct {
8989type GatewayClassSpec struct {
9090 // Infrastructure defines infrastructure level attributes for all Gateways in this class.
9191 // A Gateway may provide configuration for the same values; as all fields in GatewayInfrastructure are implementation specific,
92- // the merging logic between these is as well.
92+ // the merging logic between these is as well. However, the GatewayClass is generally expected to be providing defaults
93+ // rather than overrides
9394 Infrastructure GatewayInfrastructure ` json:"infrastructure"`
9495 // ...
9596}
9697
97-
9898type GatewayInfrastructure struct {
9999 // AttachTo marks this Gateway as a child to the referenced parent Gateway.
100100 // See GEP-1713 for details, which this depends on.
You can’t perform that action at this time.
0 commit comments