package
0.12.0
Repository: https://github.com/gardener/remedy-controller.git
Documentation: pkg.go.dev

# Functions

AddToManager adds a controller with the default AddOptions to the given manager.
AddToManagerWithOptions adds a controller with the given AddOptions to the given manager.
NewActuator creates a new Actuator.

# Constants

ActuatorName is the name of the Azure virtualmachine actuator.
ControllerName is the name of the Azure virtualmachine controller.
FinalizerName is the finalizer to put on virtualmachine resources.
VMStateFailed is a constant for a Failed state of an Azure virtual machine.
VMStateFailedWillReapply is a constant for a Failed state of an Azure virtual machine that will be reapplied.
VMStateOK is a constant for an OK state of an Azure virtual machine.

# Variables

DefaultAddOptions are the default AddOptions for AddToManager.
ReappliedVMsCounter is a global counter for reapplied Azure virtual machines.
VMStatesGaugeVec is a global gauge vector for the provisioning states of Azure virtual machines.

# Structs

AddOptions are options to apply when adding a controller to a manager.