Versions in this module Expand all Collapse all v0 v0.0.1 Mar 31, 2022 Changes in this version + type Actuator struct + func NewActuator(params ActuatorParams) *Actuator + func (a *Actuator) Create(ctx context.Context, machine *machinev1.Machine) error + func (a *Actuator) Delete(ctx context.Context, machine *machinev1.Machine) error + func (a *Actuator) Exists(ctx context.Context, machine *machinev1.Machine) (bool, error) + func (a *Actuator) Update(ctx context.Context, machine *machinev1.Machine) error + type ActuatorParams struct + Client runtimeclient.Client + ConfigManagedClient runtimeclient.Client + EventRecorder record.EventRecorder + PowerVSClientBuilder powervsclient.PowerVSClientBuilderFuncType + type Reconciler struct