# Functions
IsControlPlaneReady returns nil if the control plane is ready.
NewBareMetalHostScope creates a new Scope from the supplied parameters.
NewBareMetalMachineScope creates a new Scope from the supplied parameters.
NewBareMetalRemediationScope creates a new Scope from the supplied parameters.
NewClusterScope creates a new Scope from the supplied parameters.
NewHCloudMachineTemplateScope creates a new Scope from the supplied parameters.
NewHCloudRemediationScope creates a new Scope from the supplied parameters.
NewMachineScope creates a new Scope from the supplied parameters.
# Variables
ErrBootstrapDataNotReady return an error if no bootstrap data is ready.
ErrEmptyProviderID indicates an empty providerID.
ErrFailureDomainNotFound returns an error if no region is found.
ErrInvalidProviderID indicates an invalid providerID.
ErrInvalidServerID indicates an invalid serverID.
# Structs
BareMetalHostScope defines the basic context for an actuator to operate upon.
BareMetalHostScopeParams defines the input parameters used to create a new scope.
BareMetalMachineScope defines the basic context for an actuator to operate upon.
BareMetalMachineScopeParams defines the input parameters used to create a new Scope.
BareMetalRemediationScope defines the basic context for an actuator to operate upon.
BareMetalRemediationScopeParams defines the input parameters used to create a new Scope.
ClusterScope defines the basic context for an actuator to operate upon.
ClusterScopeParams defines the input parameters used to create a new scope.
HCloudMachineTemplateScope defines the basic context for an actuator to operate upon.
HCloudMachineTemplateScopeParams defines the input parameters used to create a new scope.
HCloudRemediationScope defines the basic context for an actuator to operate upon.
HCloudRemediationScopeParams defines the input parameters used to create a new Scope.
MachineScope defines the basic context for an actuator to operate upon.
MachineScopeParams defines the input parameters used to create a new Scope.
RequeueAfterError represents that an actuator managed object should be requeued for further processing after the given RequeueAfter time has passed.
# Interfaces
HasRequeueAfterError represents that an actuator managed object should be requeued for further processing after the given RequeueAfter time has passed.