mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
c85d03c79e
Add snapshot class, snapshot, restore, clone PVC and pod yamls for e2e test to consume Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
10 lines
223 B
YAML
10 lines
223 B
YAML
---
|
|
apiVersion: snapshot.storage.k8s.io/v1beta1
|
|
kind: VolumeSnapshot
|
|
metadata:
|
|
name: cephfs-pvc-snapshot
|
|
spec:
|
|
volumeSnapshotClassName: csi-cephfsplugin-snapclass
|
|
source:
|
|
persistentVolumeClaimName: csi-cephfs-pvc
|