vmiplcondition

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BoundReason

type BoundReason string

BoundReason represents specific reasons for the 'Bound' condition type.

const (
	// Released is a BoundReason indicating the IP address lease has been released.
	Released BoundReason = "Released"

	// Bound is a BoundReason indicating the IP address lease is successfully bound.
	Bound BoundReason = "Bound"
)

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"
)

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