Skip to content

Commit 4367301

Browse files
impl
Signed-off-by: Yaroslav Borbat <[email protected]>
1 parent 8a6654c commit 4367301

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/core/v1alpha2/vdscondition/condition.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ const (
6565
FileSystemFreezing VirtualDiskSnapshotReadyReason = "FileSystemFreezing"
6666
// Snapshotting signifies that the `VirtualDiskSnapshot` resource is in the process of taking a snapshot of the virtual disk.
6767
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"
7068
// VirtualDiskSnapshotReady signifies that the snapshot process is complete and the `VirtualDiskSnapshot` is ready for use.
7169
VirtualDiskSnapshotReady VirtualDiskSnapshotReadyReason = "VirtualDiskSnapshotReady"
7270
// VirtualDiskSnapshotFailed signifies that the snapshot process has failed.

0 commit comments

Comments
 (0)