Skip to content

Commit

Permalink
api update by KubeVirt Prow build 1821543908778184704
Browse files Browse the repository at this point in the history
  • Loading branch information
kubevirt-bot committed Aug 8, 2024
1 parent 40aea84 commit 0d0c046
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,10 @@ const (
// VolumesUpdateMigration indicates that the migration copies and update
// the volumes
VolumesUpdateMigration string = "kubevirt.io/volume-update-migration"

// ImmediateDataVolumeCreation indicates that the data volumes should be created immediately
// Even if the VM is halted
ImmediateDataVolumeCreation string = "kubevirt.io/immediate-data-volume-creation"
)

func NewVMI(name string, uid types.UID) *VirtualMachineInstance {
Expand Down

0 comments on commit 0d0c046

Please sign in to comment.