From ebb0549f1cdff4894d2f82ba0450e99ad05e8127 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 3 Sep 2019 21:52:58 +0100 Subject: [PATCH] Revert VolumeSnapshot CRD to v1alpha1 (#16207) This reverts commit 84b66ffe3044f369e03078ff70cd594e2aea7064. --- content/en/docs/concepts/storage/volume-snapshot-classes.md | 2 +- content/en/docs/concepts/storage/volume-snapshots.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/storage/volume-snapshot-classes.md b/content/en/docs/concepts/storage/volume-snapshot-classes.md index ffa42c1047..fcc16d4ef3 100644 --- a/content/en/docs/concepts/storage/volume-snapshot-classes.md +++ b/content/en/docs/concepts/storage/volume-snapshot-classes.md @@ -41,7 +41,7 @@ Administrators can specify a default `VolumeSnapshotClass` just for VolumeSnapsh that don't request any particular class to bind to. ```yaml -apiVersion: snapshot.storage.k8s.io/v1beta1 +apiVersion: snapshot.storage.k8s.io/v1alpha1 kind: VolumeSnapshotClass metadata: name: csi-hostpath-snapclass diff --git a/content/en/docs/concepts/storage/volume-snapshots.md b/content/en/docs/concepts/storage/volume-snapshots.md index c0c85f4a01..cf105c16d8 100644 --- a/content/en/docs/concepts/storage/volume-snapshots.md +++ b/content/en/docs/concepts/storage/volume-snapshots.md @@ -79,7 +79,7 @@ Deletion removes both the `VolumeSnapshotContent` object from the Kubernetes API Each VolumeSnapshotContent contains a spec, which is the specification of the volume snapshot. ```yaml -apiVersion: snapshot.storage.k8s.io/v1beta1 +apiVersion: snapshot.storage.k8s.io/v1alpha1 kind: VolumeSnapshotContent metadata: name: new-snapshot-content-test @@ -110,7 +110,7 @@ to VolumeSnapshots that request no particular class. Each VolumeSnapshot contains a spec and a status, which is the specification and status of the volume snapshot. ```yaml -apiVersion: snapshot.storage.k8s.io/v1beta1 +apiVersion: snapshot.storage.k8s.io/v1alpha1 kind: VolumeSnapshot metadata: name: new-snapshot-test