You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -297,11 +297,13 @@ spec:
297
297
versions:
298
298
- name: v1alpha1
299
299
served: true
300
+
storage: false
300
301
# This indicates the v1alpha1 version of the custom resource is deprecated.
301
302
# API requests to this version receive a warning header in the server response.
302
303
deprecated: true
303
304
# This overrides the default warning returned to API clients making v1alpha1 API requests.
304
305
deprecationWarning: "example.com/v1alpha1 CronTab is deprecated; see http://example.com/v1alpha1-v1 for instructions to migrate to example.com/v1 CronTab"
306
+
305
307
schema: ...
306
308
- name: v1beta1
307
309
served: true
@@ -334,6 +336,7 @@ spec:
334
336
versions:
335
337
- name: v1alpha1
336
338
served: true
339
+
storage: false
337
340
# This indicates the v1alpha1 version of the custom resource is deprecated.
338
341
# API requests to this version receive a warning header in the server response.
0 commit comments