Skip to content

Commit af78eee

Browse files
committed
Update to experimental API group and resource name
Signed-off-by: Flynn <[email protected]>
1 parent 296e808 commit af78eee

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

geps/gep-3949/index.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ the Mesh resource
9999
is currently pretty simple:
100100

101101
```yaml
102-
apiVersion: networking.x-k8s.io/v1alpha1
103-
kind: Mesh
102+
apiVersion: gateway.networking.x-k8s.io/v1alpha1
103+
kind: XMesh
104104
metadata:
105105
name: one-mesh-to-mesh-them-all
106106
spec:
@@ -111,6 +111,15 @@ spec:
111111
...
112112
```
113113

114+
- Although we call this the Mesh resource,
115+
as an experimental API
116+
it must be named XMesh
117+
in the `gateway.networking.x-k8s.io` API group.
118+
119+
When the API graduates to standard,
120+
it will be renamed to `Mesh`
121+
in the `gateway.networking.k8s.io` API group.
122+
114123
- The `controllerName` field
115124
is analogous to
116125
the `controllerName` field
@@ -171,8 +180,8 @@ what features
171180
the mesh supports.
172181

173182
```yaml
174-
apiVersion: networking.x-k8s.io/v1
175-
kind: Mesh
183+
apiVersion: gateway.networking.x-k8s.io/v1
184+
kind: XMesh
176185
metadata:
177186
name: one-mesh-to-mesh-them-all
178187
namespace: mesh-namespace

0 commit comments

Comments
 (0)