Versions in this module Expand all Collapse all v0 v0.1.4 Jun 27, 2019 Changes in this version + type Actuator struct + func NewMachineActuator(clusterV1alpha1 clusterv1alpha1.ClusterV1alpha1Interface, ...) (*Actuator, error) + func (a *Actuator) Create(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) error + func (a *Actuator) Delete(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) error + func (a *Actuator) Exists(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) (bool, error) + func (a *Actuator) Update(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) error