Skip to content

Commit 87ddff8

Browse files
author
Roman Sysoev
committed
fix(vd): remove unnecessary condition
Signed-off-by: Roman Sysoev <roman.sysoev@flant.com>
1 parent f688def commit 87ddff8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/core/v1alpha2/vdcondition/condition.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ const (
101101
// ClusterImageNotFound indicates that the `ClusterVirtualImage` datasource is not found, which prevents the import process from starting.
102102
ClusterImageNotFound DatasourceReadyReason = "ClusterImageNotFound"
103103

104-
// AddingOriginalMetadataNotStarted indicates that the adding original metadata process has not started yet.
105-
AddingOriginalMetadataNotStarted ReadyReason = "AddingOriginalMetadataNotStarted"
106104
// WaitForUserUpload indicates that the `VirtualDisk` is waiting for the user to upload a datasource for the import process to continue.
107105
WaitForUserUpload ReadyReason = "WaitForUserUpload"
108106
// Provisioning indicates that the provisioning process is currently in progress.

0 commit comments

Comments
 (0)