consts

package
v0.0.44 Latest Latest
Warning

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

Go to latest
Published: May 26, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MachineStateRunning    = "Running"
	MachineStatePending    = "Pending"
	MachineStateScheduling = "Scheduling"
	MachineStateScheduled  = "Scheduled"
	MachineStateSucceeded  = "Succeeded"
	MachineStateFailed     = "Failed"
	MachineStateUnknown    = "Unknown"
)

Machine state and phase string constants used across the operator. Exported from pkg so external consumers (and tests) can rely on them.

View Source
const (
	MachinePhaseRunning    = "Running"
	MachinePhasePending    = "Pending"
	MachinePhaseScheduling = "Scheduling"
	MachinePhaseScheduled  = "Scheduled"
	MachinePhaseSucceeded  = "Succeeded"
	MachinePhaseFailed     = "Failed"
	MachinePhaseUnknown    = "Unknown"
)

Phases mirror states but kept distinct for semantic clarity and future divergence.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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