Versions in this module Expand all Collapse all v0 v0.1.1 Mar 15, 2019 v0.1.0 Feb 11, 2019 Changes in this version + type Actuator struct + func NewActuator(params ActuatorParams) *Actuator + func (a *Actuator) Delete(cluster *clusterv1.Cluster) error + func (a *Actuator) Reconcile(cluster *clusterv1.Cluster) error + type ActuatorParams struct + Client client.ClusterV1alpha1Interface