package
10.17.0+incompatible
Repository: https://github.com/openshift/windows-machine-config-operator.git
Documentation: pkg.go.dev

# Functions

GetAddress returns a non-ipv6 address that can be used to reach a Windows node.
NewCertificateSigningRequestsReconciler returns a pointer to certificateSigningRequestsReconciler.
NewConfigMapReconciler returns a pointer to a ConfigMapReconciler.
NewControllerConfigReconciler returns a pointer to a new ControllerConfigReconciler.
NewNodeReconciler returns a pointer to a new nodeReconciler.
NewRegistryReconciler returns a pointer to a new registryReconciler.
NewSecretReconciler returns a pointer to a SecretReconciler.
NewWindowsMachineReconciler returns a pointer to a WindowsMachineReconciler.

# Constants

BYOHLabel is a label that should be applied to all Windows nodes not associated with a Machine.
ConfigMapController is the name of this controller in logs and other outputs.
ControllerConfigController is the name of this controller in logs and other outputs.
CSRController is the name of this controller in logs and other outputs.
IgnoreLabel is a label that will cause machines to be ignored by the Windows Machine controller.
InjectionRequestLabel is used to allow CNO to inject the trusted CA bundle when the global Proxy resource changes.
MachineOSLabel is the label used to identify the Windows Machines.
MaxParallelUpgrades is the default maximum allowed number of nodes that can be upgraded in parallel.
NodeController is the name of this controller in logs and other outputs.
RegistryController is the name of this controller in logs and other outputs.
SecretController is the name of this controller in logs and other outputs.
UsernameAnnotation is a node annotation that contains the username used to log into the Windows instance.
WindowsMachineController is the name of this controller in logs and other outputs.

# Structs

ConfigMapReconciler reconciles a ConfigMap object.
ControllerConfigReconciler holds the info required to reconcile information held in ControllerConfigs.
SecretReconciler is used to create a controller which manages Secret objects.
WindowsMachineReconciler is used to create a controller which manages Windows Machine objects.