Skip to content

Commit 89f54f2

Browse files
committed
Fix list-element indentation
Signed-off-by: Flynn <[email protected]>
1 parent b95357a commit 89f54f2

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

geps/gep-3949/index.md

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -64,33 +64,33 @@ instead, we will simply define a Mesh resource.
6464
- Support multiple instances of a mesh
6565
in a single cluster at the same time.
6666

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.
7171

7272
- Support meshes interoperating with each other.
7373

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.
7979

8080
- Support off-cluster gateways.
8181

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.
8484

8585
- Change GAMMA's position on
8686
multiple meshes running simultaneously
8787
in a single cluster.
8888

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.
9494

9595
## API
9696

@@ -129,9 +129,9 @@ spec:
129129
it must be named XMesh
130130
in the `gateway.networking.x-k8s.io` API group.
131131

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.
135135

136136
- The `controllerName` field
137137
is analogous to
@@ -142,31 +142,31 @@ spec:
142142
that is responsible for
143143
this Mesh resource.
144144

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.
170170

171171
- The `parametersRef` field
172172
is analogous to

0 commit comments

Comments
 (0)