File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ the Mesh resource
99
99
is currently pretty simple:
100
100
101
101
``` yaml
102
- apiVersion : networking.x-k8s.io/v1alpha1
103
- kind : Mesh
102
+ apiVersion : gateway. networking.x-k8s.io/v1alpha1
103
+ kind : XMesh
104
104
metadata :
105
105
name : one-mesh-to-mesh-them-all
106
106
spec :
@@ -111,6 +111,15 @@ spec:
111
111
...
112
112
```
113
113
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
+
114
123
- The ` controllerName ` field
115
124
is analogous to
116
125
the ` controllerName ` field
@@ -171,8 +180,8 @@ what features
171
180
the mesh supports.
172
181
173
182
``` yaml
174
- apiVersion : networking.x-k8s.io/v1
175
- kind : Mesh
183
+ apiVersion : gateway. networking.x-k8s.io/v1
184
+ kind : XMesh
176
185
metadata :
177
186
name : one-mesh-to-mesh-them-all
178
187
namespace : mesh-namespace
You can’t perform that action at this time.
0 commit comments