Documentation
¶
Index ¶
Constants ¶
View Source
const ( // VirtualMachineMACAddressLeaseAlreadyExists is a BoundReason indicating the MAC address lease already exists. VirtualMachineMACAddressLeaseAlreadyExists BoundReason = "VirtualMachineMACAddressLeaseAlreadyExists" // VirtualMachineMACAddressLeaseLost is a BoundReason indicating the MAC address lease was lost. VirtualMachineMACAddressLeaseLost BoundReason = "VirtualMachineMACAddressLeaseLost" // VirtualMachineMACAddressLeaseNotFound is a BoundReason indicating the MAC address lease was not found. VirtualMachineMACAddressLeaseNotFound BoundReason = "VirtualMachineMACAddressLeaseNotFound" // VirtualMachineMACAddressLeaseNotReady is a BoundReason indicating the MAC address lease was not ready. VirtualMachineMACAddressLeaseNotReady BoundReason = "VirtualMachineMACAddressLeaseNotReady" // Bound is a BoundReason indicating the MAC address lease is successfully bound. Bound BoundReason = "Bound" // VirtualMachineNotFound is an AttachedReason indicating the Virtual Machine was not found. VirtualMachineNotFound AttachedReason = "VirtualMachineNotFound" // Attached is an AttachedReason indicating the MAC address was successfully attached to the Virtual Machine. Attached AttachedReason = "Attached" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachedReason ¶
type AttachedReason string
AttachedReason represents specific reasons for the 'Attached' condition type.
func (AttachedReason) String ¶
func (r AttachedReason) String() string
type BoundReason ¶
type BoundReason string
BoundReason represents specific reasons for the 'Bound' condition type.
func (BoundReason) String ¶
func (r BoundReason) String() string
Click to show internal directories.
Click to hide internal directories.