Skip to content

Commit

Permalink
api update by KubeVirt Prow build 1826294852254437376
Browse files Browse the repository at this point in the history
  • Loading branch information
kubevirt-bot committed Aug 21, 2024

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
1 parent 0d0c046 commit 9d6ee0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/v1/types.go
Original file line number Diff line number Diff line change
@@ -572,6 +572,9 @@ const (

// Summarizes that all the DataVolumes attached to the VMI are Ready or not
VirtualMachineInstanceDataVolumesReady VirtualMachineInstanceConditionType = "DataVolumesReady"

// Indicates whether the VMI is live migratable
VirtualMachineInstanceIsStorageLiveMigratable VirtualMachineInstanceConditionType = "StorageLiveMigratable"
)

// These are valid reasons for VMI conditions.
@@ -600,6 +603,9 @@ const (
VirtualMachineInstanceReasonNotAllDVsReady = "NotAllDVsReady"
// Reason means that all of the VMI's DVs are bound and not running
VirtualMachineInstanceReasonAllDVsReady = "AllDVsReady"

// Indicates a generic reason that the VMI isn't migratable and more details are spiecified in the condition message.
VirtualMachineInstanceReasonNotMigratable = "NotMigratable"
)

const (

0 comments on commit 9d6ee0e

Please sign in to comment.