Documentation ¶
Index ¶
- Constants
- type MachineActuator
- func (a *MachineActuator) Create(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) error
- func (a *MachineActuator) Delete(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) error
- func (a *MachineActuator) Exists(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) (bool, error)
- func (a *MachineActuator) Update(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) error
- type MachineActuatorParams
Constants ¶
View Source
const (
ProviderName = "talos"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MachineActuator ¶
type MachineActuator struct { Clientset *kubernetes.Clientset // contains filtered or unexported fields }
MachineActuator is responsible for performing machine reconciliation
func NewMachineActuator ¶
func NewMachineActuator(mgr manager.Manager, params MachineActuatorParams) (*MachineActuator, error)
NewMachineActuator creates a new Actuator
func (*MachineActuator) Create ¶
func (a *MachineActuator) Create(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) error
Create creates a machine and is invoked by the Machine Controller
func (*MachineActuator) Delete ¶
func (a *MachineActuator) Delete(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) error
Delete deletes a machine and is invoked by the Machine Controller
type MachineActuatorParams ¶
type MachineActuatorParams struct{}
MachineActuatorParams holds parameter information for Actuator
Click to show internal directories.
Click to hide internal directories.