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.
NewPredicate creates a new predicate that filters only relevant node events, such as creating or deleting a node, updating the deletion timestamp of a node, or updating the ready condition or unreachable taint of a node.
NewProjection creates a new Projection from the given node.

# Constants

ActuatorName is the name of the Azure service actuator.
CacheTTL is the TTL for node cache entries.
ControllerName is the name of the Azure node controller.
FinalizerName is the finalizer to put on node resources.
HostnameLabel is a label to determine the hostname of a node.
PredicateName is the name of the predicate of the Azure node controller.
TaintKeyUnreachable is the taint key to determine whether a node is unreachable.
VirtualMachinePredicateName is the name of the predicate of the Azure node controller for filtering virtualmachine events.

# Variables

DefaultAddOptions are the default AddOptions for AddToManager.
ObjectLabeler is used to label virtualmachine objects created by this controller.

# Structs

AddOptions are options to apply when adding a controller to a manager.
Projection captures only the essential properties of a node that is being cached.