Versions in this module Expand all Collapse all v0 v0.1.1 Mar 15, 2019 Changes in this version + func GetControlPlaneMachines(machineList *clusterv1.MachineList) []*clusterv1.Machine v0.1.0 Feb 11, 2019 Changes in this version + const SecurityGroupsLastAppliedAnnotation + const TagsLastAppliedAnnotation + type Actuator struct + func NewActuator(params ActuatorParams) *Actuator + 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 + type ActuatorParams struct + Client client.ClusterV1alpha1Interface