@@ -2,9 +2,9 @@ apiVersion: apiextensions.k8s.io/v1
2
2
kind : CustomResourceDefinition
3
3
metadata :
4
4
annotations :
5
- api-approved.kubernetes.io : https://github.com/kubernetes-sigs/gateway-api/pull/1086
6
- gateway.networking.k8s.io/bundle-version : v0.6.0-dev
7
- gateway.networking.k8s.io/channel : experimental
5
+ api-approved.kubernetes.io : https://github.com/kubernetes-sigs/gateway-api/pull/1538
6
+ gateway.networking.k8s.io/bundle-version : v0.6.2
7
+ gateway.networking.k8s.io/channel : standard
8
8
creationTimestamp : null
9
9
name : gatewayclasses.gateway.networking.k8s.io
10
10
spec :
34
34
name : Description
35
35
priority : 1
36
36
type : string
37
+ deprecated : true
38
+ deprecationWarning : The v1alpha2 version of GatewayClass has been deprecated and
39
+ will be removed in a future release of the API. Please upgrade to v1beta1.
37
40
name : v1alpha2
38
41
schema :
39
42
openAPIV3Schema :
87
90
resource, i.e. ConfigMap, or an implementation-specific custom resource.
88
91
The resource can be cluster-scoped or namespace-scoped. \n If the
89
92
referent cannot be found, the GatewayClass's \" InvalidParameters\"
90
- status condition will be true. \n Support: Custom "
93
+ status condition will be true. \n Support: Implementation-specific "
91
94
properties :
92
95
group :
93
96
description : Group is the group of the referent.
@@ -135,7 +138,7 @@ spec:
135
138
default :
136
139
- lastTransitionTime : " 1970-01-01T00:00:00Z"
137
140
message : Waiting for controller
138
- reason : Waiting
141
+ reason : Pending
139
142
status : Unknown
140
143
type : Accepted
141
144
description : " Conditions is the current status from the controller
@@ -145,13 +148,14 @@ spec:
145
148
description : " Condition contains details for one aspect of the current
146
149
state of this API Resource. --- This struct is intended for direct
147
150
use as an array at the field path .status.conditions. For example,
148
- type FooStatus struct{ // Represents the observations of a
149
- foo's current state. // Known .status.conditions.type are:
150
- \" Available\" , \" Progressing\" , and \" Degraded\" // +patchMergeKey=type
151
- \ // +patchStrategy=merge // +listType=map // +listMapKey=type
152
- \ Conditions []metav1.Condition `json:\" conditions,omitempty\"
153
- patchStrategy:\" merge\" patchMergeKey:\" type\" protobuf:\" bytes,1,rep,name=conditions\" `
154
- \n // other fields }"
151
+ \n \t type FooStatus struct{ \t // Represents the observations
152
+ of a foo's current state. \t // Known .status.conditions.type
153
+ are: \" Available\" , \" Progressing\" , and \" Degraded\" \t //
154
+ +patchMergeKey=type \t // +patchStrategy=merge \t // +listType=map
155
+ \t // +listMapKey=type \t Conditions []metav1.Condition
156
+ `json:\" conditions,omitempty\" patchStrategy:\" merge\" patchMergeKey:\" type\"
157
+ protobuf:\" bytes,1,rep,name=conditions\" ` \n \t // other fields
158
+ \t }"
155
159
properties :
156
160
lastTransitionTime :
157
161
description : lastTransitionTime is the last time the condition
@@ -217,7 +221,7 @@ spec:
217
221
required :
218
222
- spec
219
223
type : object
220
- served : false
224
+ served : true
221
225
storage : false
222
226
subresources :
223
227
status : {}
@@ -288,7 +292,7 @@ spec:
288
292
resource, i.e. ConfigMap, or an implementation-specific custom resource.
289
293
The resource can be cluster-scoped or namespace-scoped. \n If the
290
294
referent cannot be found, the GatewayClass's \" InvalidParameters\"
291
- status condition will be true. \n Support: Custom "
295
+ status condition will be true. \n Support: Implementation-specific "
292
296
properties :
293
297
group :
294
298
description : Group is the group of the referent.
@@ -336,7 +340,7 @@ spec:
336
340
default :
337
341
- lastTransitionTime : " 1970-01-01T00:00:00Z"
338
342
message : Waiting for controller
339
- reason : Waiting
343
+ reason : Pending
340
344
status : Unknown
341
345
type : Accepted
342
346
description : " Conditions is the current status from the controller
@@ -346,13 +350,14 @@ spec:
346
350
description : " Condition contains details for one aspect of the current
347
351
state of this API Resource. --- This struct is intended for direct
348
352
use as an array at the field path .status.conditions. For example,
349
- type FooStatus struct{ // Represents the observations of a
350
- foo's current state. // Known .status.conditions.type are:
351
- \" Available\" , \" Progressing\" , and \" Degraded\" // +patchMergeKey=type
352
- \ // +patchStrategy=merge // +listType=map // +listMapKey=type
353
- \ Conditions []metav1.Condition `json:\" conditions,omitempty\"
354
- patchStrategy:\" merge\" patchMergeKey:\" type\" protobuf:\" bytes,1,rep,name=conditions\" `
355
- \n // other fields }"
353
+ \n \t type FooStatus struct{ \t // Represents the observations
354
+ of a foo's current state. \t // Known .status.conditions.type
355
+ are: \" Available\" , \" Progressing\" , and \" Degraded\" \t //
356
+ +patchMergeKey=type \t // +patchStrategy=merge \t // +listType=map
357
+ \t // +listMapKey=type \t Conditions []metav1.Condition
358
+ `json:\" conditions,omitempty\" patchStrategy:\" merge\" patchMergeKey:\" type\"
359
+ protobuf:\" bytes,1,rep,name=conditions\" ` \n \t // other fields
360
+ \t }"
356
361
properties :
357
362
lastTransitionTime :
358
363
description : lastTransitionTime is the last time the condition
0 commit comments