# Packages
Package mock is a generated GoMock package.
# Functions
Add creates a new RemoteMachineSet Controller and adds it to the Manager with default RBAC.
IsErrorUpdateEvent returns true when the update event for MachinePool is from error state.
NewAWSActuator is the constructor for building a AWSActuator.
NewAzureActuator is the constructor for building a AzureActuator.
NewGCPActuator is the constructor for building a GCPActuator.
NewOpenStackActuator is the constructor for building a OpenStackActuator.
NewOvirtActuator is the constructor for building a OvirtActuator.
NewVSphereActuator is the constructor for building a VSphereActuator.
# Constants
No description provided by the author
# Structs
AWSActuator encapsulates the pieces necessary to be able to generate a list of MachineSets to sync to the remote cluster.
AzureActuator encapsulates the pieces necessary to be able to generate a list of MachineSets to sync to the remote cluster.
GCPActuator encapsulates the pieces necessary to be able to generate a list of MachineSets to sync to the remote cluster.
OpenStackActuator encapsulates the pieces necessary to be able to generate a list of MachineSets to sync to the remote cluster.
OvirtActuator encapsulates the pieces necessary to be able to generate a list of MachineSets to sync to the remote cluster.
ReconcileRemoteMachineSet reconciles the MachineSets generated from a ClusterDeployment object.
VSphereActuator encapsulates the pieces necessary to be able to generate a list of MachineSets to sync to the remote cluster.
# Interfaces
Actuator is the interface that must be implemented to standardize generating and returning the list of MachineSets to by synced to the remote cluster.