vmipcondition

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// VirtualMachineIPAddressIsOutOfTheValidRange is a BoundReason indicating when specified IP address is out of the range in controller settings.
	VirtualMachineIPAddressIsOutOfTheValidRange BoundReason = "VirtualMachineIPAddressIsOutOfTheValidRange"
	// VirtualMachineIPAddressLeaseAlreadyExists is a BoundReason indicating the IP address lease already exists.
	VirtualMachineIPAddressLeaseAlreadyExists BoundReason = "VirtualMachineIPAddressLeaseAlreadyExists"
	// VirtualMachineIPAddressLeaseLost is a BoundReason indicating the IP address lease was lost.
	VirtualMachineIPAddressLeaseLost BoundReason = "VirtualMachineIPAddressLeaseLost"
	// VirtualMachineIPAddressLeaseNotFound is a BoundReason indicating the IP address lease was not found.
	VirtualMachineIPAddressLeaseNotFound BoundReason = "VirtualMachineIPAddressLeaseNotFound"
	// VirtualMachineIPAddressLeaseNotReady is a BoundReason indicating the IP address lease was not ready.
	VirtualMachineIPAddressLeaseNotReady BoundReason = "VirtualMachineIPAddressLeaseNotReady"
	// Bound is a BoundReason indicating the IP 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 IP 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

type Type

type Type string
const (
	// BoundType represents the condition type when a Virtual Machine IP is bound.
	BoundType Type = "Bound"

	// AttachedType represents the condition type when a Virtual Machine IP is attached.
	AttachedType Type = "Attached"
)

func (Type) String

func (t Type) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL