Skip to content

Commit 99770e9

Browse files
committed
minor comments
1 parent a1f79f6 commit 99770e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site-src/geps/gep-1867.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ type GatewaySpec struct {
8989
type 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-
9898
type 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.

0 commit comments

Comments
 (0)