# Functions

NewReconciler returns a new Reconciler.
SupportedTarget indicates whether a GVK is supported as a target.

# Constants

MachineTargetFinalizer is the finalizer added to MachineAutoscaler instances to allow for cleanup of annotations on target resources.

# Variables

ErrTargetMissingAnnotations is the error returned when a target is missing the min or max annotations.
ErrUnsupportedTarget is the error returned when a target references an object with an unsupported GroupVersionKind.
SupportedTargetGVKs is the list of GroupVersionKinds supported as targers for a MachineAutocaler instance.

# Structs

MachineTarget represents an unstructured target object for a MachineAutoscaler, used to update metadata only.
Reconciler reconciles a MachineAutoscaler object.