Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions api/client/generated/informers/externalversions/generic.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions api/core/v1alpha2/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@ const (
// ReasonVMOPInProgress is event reason that the operation is in progress
ReasonVMOPInProgress = "VirtualMachineOperationInProgress"

// ReasonVMSOPStarted is event reason that the operation is started
ReasonVMSOPStarted = "VirtualMachineSnaphotOperationStarted"

// ReasonErrVMSOPFailed is event reason that operation is failed
ReasonErrVMSOPFailed = "VirtualMachineSnapshotOperationFailed"

// ReasonVMSOPSucceeded is event reason that the operation is successfully completed
ReasonVMSOPSucceeded = "VirtualMachineSnapshotOperationSucceeded"

// ReasonVMSOPInProgress is event reason that the operation is in progress
ReasonVMSOPInProgress = "VirtualMachineSnapshotOperationInProgress"

// ReasonVDSpecHasBeenChanged is event reason that spec of virtual disk has been changed.
ReasonVDSpecHasBeenChanged = "VirtualDiskSpecHasBeenChanged"
// ReasonVISpecHasBeenChanged is event reason that spec of virtual image has been changed.
Expand Down
Loading
Loading