Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReasonCompleted ¶
type ReasonCompleted string
ReasonCompleted represents specific reasons for the 'Completed' condition type.
const ( // ReasonVirtualMachineSnapshotNotFound is a ReasonCompleted indicating that the specified virtual machine is absent. ReasonVirtualMachineSnapshotNotFound ReasonCompleted = "VirtualMachineSnapshotNotFound" // ReasonNotApplicableForVMSPhase is a ReasonCompleted indicating that the specified operation type is not applicable for the virtual machine phase. ReasonNotApplicableForVMSPhase ReasonCompleted = "NotApplicableForVirtualMachinePhase" // ReasonNotReadyToBeExecuted is a ReasonCompleted indicating that the operation is not ready to be executed. ReasonNotReadyToBeExecuted ReasonCompleted = "NotReadyToBeExecuted" // ReasonVirtuamMachineSnapshotNotFound is a ReasonFailed indicating that the specified virtual machine snapshot is absent. ReasonVirtuamMachineSnapshotNotFound ReasonCompleted = "VirtualMachineSnapshotNotFound" // ReasonCreateVirtualMachineInProgress is a ReasonCompleted indicating that the clone operation is in progress. ReasonCreateVirtualMachineInProgress ReasonCompleted = "CreateVirtualMachineInProgress" // ReasonOperationFailed is a ReasonCompleted indicating that operation has failed. ReasonOperationFailed ReasonCompleted = "OperationFailed" // ReasonOperationCompleted is a ReasonCompleted indicating that operation is completed. ReasonOperationCompleted ReasonCompleted = "OperationCompleted" )
func (ReasonCompleted) String ¶
func (r ReasonCompleted) String() string
Click to show internal directories.
Click to hide internal directories.