Documentation ¶
Overview ¶
Package baremetal implements functions to manage the lifecycle of baremetal machines as inventory.
Index ¶
Constants ¶
View Source
const (
// FailureMessageMaintenanceMode indicates that host is in maintenance mode.
FailureMessageMaintenanceMode = "host machine in maintenance mode"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service defines struct with machine scope to reconcile HetznerBareMetalMachines.
func NewService ¶
func NewService(scope *scope.BareMetalMachineScope) *Service
NewService outs a new service with machine scope.
Click to show internal directories.
Click to hide internal directories.