vmclasscondition

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 Reason

type Reason string
const (
	// ReasonNoCpuFeaturesEnabled determines that processor functions are not available.
	ReasonNoCpuFeaturesEnabled Reason = "NoCpuFeaturesEnabled"
	// ReasonNoSuitableNodesFound determines that no suitable node has been found.
	ReasonNoSuitableNodesFound Reason = "NoSuitableNodesFound"
	// ReasonSuitableNodesFound determines that suitable node has been found.
	ReasonSuitableNodesFound Reason = "SuitableNodesFound"

	ReasonDiscoverySucceeded Reason = "DiscoverySucceeded"
	ReasonDiscoverySkip      Reason = "DiscoverySkip"
	ReasonDiscoveryFailed    Reason = "DiscoveryFailed"
)

func (Reason) String

func (r Reason) String() string

type Type

type Type string
const (
	TypeReady      Type = "Ready"
	TypeDiscovered Type = "Discovered"
)

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