@@ -64,33 +64,33 @@ instead, we will simply define a Mesh resource.
64
64
- Support multiple instances of a mesh
65
65
in a single cluster at the same time.
66
66
67
- At some point, we may choose to
68
- change this goal,
69
- but it is definitely out of scope
70
- for this GEP.
67
+ At some point, we may choose to
68
+ change this goal,
69
+ but it is definitely out of scope
70
+ for this GEP.
71
71
72
72
- Support meshes interoperating with each other.
73
73
74
- As always,
75
- we will not rule out future work
76
- in this area,
77
- but it is out of scope
78
- for this GEP.
74
+ As always,
75
+ we will not rule out future work
76
+ in this area,
77
+ but it is out of scope
78
+ for this GEP.
79
79
80
80
- Support off-cluster gateways.
81
81
82
- This is covered in a separate GEP
83
- and will not be discussed here.
82
+ This is covered in a separate GEP
83
+ and will not be discussed here.
84
84
85
85
- Change GAMMA's position on
86
86
multiple meshes running simultaneously
87
87
in a single cluster.
88
88
89
- GAMMA has always taken the position
90
- that multiple meshes running simultaneously
91
- in a single cluster
92
- is not a goal, but neither is it forbidden.
93
- This GEP does not change that position.
89
+ GAMMA has always taken the position
90
+ that multiple meshes running simultaneously
91
+ in a single cluster
92
+ is not a goal, but neither is it forbidden.
93
+ This GEP does not change that position.
94
94
95
95
## API
96
96
@@ -129,9 +129,9 @@ spec:
129
129
it must be named XMesh
130
130
in the ` gateway.networking.x-k8s.io ` API group.
131
131
132
- When the API graduates to standard,
133
- it will be renamed to ` Mesh `
134
- in the ` gateway.networking.k8s.io ` API group.
132
+ When the API graduates to standard,
133
+ it will be renamed to ` Mesh `
134
+ in the ` gateway.networking.k8s.io ` API group.
135
135
136
136
- The ` controllerName ` field
137
137
is analogous to
@@ -142,31 +142,31 @@ spec:
142
142
that is responsible for
143
143
this Mesh resource.
144
144
145
- Although we expect
146
- that there will be
147
- only one mesh
148
- in a given cluster, the
149
- ` controllerName ` field
150
- MUST be supplied,
151
- and a given mesh implementation
152
- MUST ignore
153
- a Mesh resource
154
- that does not have
155
- a ` controllerName ` field
156
- that matches its own name.
157
-
158
- If a MeshClass resource
159
- is later defined,
160
- the Mesh resource
161
- will gain a
162
- ` meshClassName ` field,
163
- the ` controllerName ` field
164
- will be deprecated,
165
- and a
166
- Mesh resource
167
- that includes
168
- both ` controllerName ` and ` meshClassName `
169
- will be invalid.
145
+ Although we expect
146
+ that there will be
147
+ only one mesh
148
+ in a given cluster, the
149
+ ` controllerName ` field
150
+ MUST be supplied,
151
+ and a given mesh implementation
152
+ MUST ignore
153
+ a Mesh resource
154
+ that does not have
155
+ a ` controllerName ` field
156
+ that matches its own name.
157
+
158
+ If a MeshClass resource
159
+ is later defined,
160
+ the Mesh resource
161
+ will gain a
162
+ ` meshClassName ` field,
163
+ the ` controllerName ` field
164
+ will be deprecated,
165
+ and a
166
+ Mesh resource
167
+ that includes
168
+ both ` controllerName ` and ` meshClassName `
169
+ will be invalid.
170
170
171
171
- The ` parametersRef ` field
172
172
is analogous to
0 commit comments