mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +00:00
BIA/RIAv2 -- distinguish between New and InProgress operations
Signed-off-by: Scott Seago <sseago@redhat.com>
This commit is contained in:
@@ -86,7 +86,11 @@ func (in *OperationStatus) DeepCopyInto(out *OperationStatus) {
|
||||
}
|
||||
|
||||
const (
|
||||
// OperationPhaseNew means the item operation has been created and started
|
||||
// OperationPhaseNew means the item operation has been created but not started
|
||||
// by the plugin
|
||||
OperationPhaseNew OperationPhase = "New"
|
||||
|
||||
// OperationPhaseInProgress means the item operation has been created and started
|
||||
// by the plugin
|
||||
OperationPhaseInProgress OperationPhase = "InProgress"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user