Revert VolumeSnapshot CRD to v1alpha1 (#16207)
This reverts commit 84b66ffe30.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
84b66ffe30
commit
ebb0549f1c
@@ -41,7 +41,7 @@ Administrators can specify a default `VolumeSnapshotClass` just for VolumeSnapsh
|
|||||||
that don't request any particular class to bind to.
|
that don't request any particular class to bind to.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: snapshot.storage.k8s.io/v1beta1
|
apiVersion: snapshot.storage.k8s.io/v1alpha1
|
||||||
kind: VolumeSnapshotClass
|
kind: VolumeSnapshotClass
|
||||||
metadata:
|
metadata:
|
||||||
name: csi-hostpath-snapclass
|
name: csi-hostpath-snapclass
|
||||||
|
|||||||
@@ -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.
|
Each VolumeSnapshotContent contains a spec, which is the specification of the volume snapshot.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: snapshot.storage.k8s.io/v1beta1
|
apiVersion: snapshot.storage.k8s.io/v1alpha1
|
||||||
kind: VolumeSnapshotContent
|
kind: VolumeSnapshotContent
|
||||||
metadata:
|
metadata:
|
||||||
name: new-snapshot-content-test
|
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.
|
Each VolumeSnapshot contains a spec and a status, which is the specification and status of the volume snapshot.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: snapshot.storage.k8s.io/v1beta1
|
apiVersion: snapshot.storage.k8s.io/v1alpha1
|
||||||
kind: VolumeSnapshot
|
kind: VolumeSnapshot
|
||||||
metadata:
|
metadata:
|
||||||
name: new-snapshot-test
|
name: new-snapshot-test
|
||||||
|
|||||||
Reference in New Issue
Block a user