File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
api/core/v1alpha2/vdscondition Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,6 @@ const (
65
65
FileSystemFreezing VirtualDiskSnapshotReadyReason = "FileSystemFreezing"
66
66
// Snapshotting signifies that the `VirtualDiskSnapshot` resource is in the process of taking a snapshot of the virtual disk.
67
67
Snapshotting VirtualDiskSnapshotReadyReason = "Snapshotting"
68
- // Exporting signifies that the `VirtualDiskSnapshot` resource is in the process of exporting the snapshot to a persistent volume claim.
69
- Exporting VirtualDiskSnapshotReadyReason = "Exporting"
70
68
// VirtualDiskSnapshotReady signifies that the snapshot process is complete and the `VirtualDiskSnapshot` is ready for use.
71
69
VirtualDiskSnapshotReady VirtualDiskSnapshotReadyReason = "VirtualDiskSnapshotReady"
72
70
// VirtualDiskSnapshotFailed signifies that the snapshot process has failed.
You can’t perform that action at this time.
0 commit comments