# Functions
FilterClusterOperator filters cluster operator requests to just the one with the name provided.
FilterControlPlaneMachines filters machine requests to just the machines that present as control plane machines, i.e.
FilterControlPlaneMachineSet filters control plane machine set requests to just the singleton within the namespace provided.
FilterControlPlaneNodes filters nodes requests to just the nodes that present as control plane nodes and that have had a transition in the NodeReady condition.
FilterInfrastructure filters out responding to any Infrastructure object that is not the one specified.
GetAllowedTLSCipherSuites returns a slice of security vetted TLS CipherSuites.
GetInfrastructure returns the infrastructure matching the infrastructureName.
GetLeaderElectionDefaults returns leader election configs defaults based on the cluster topology.
GetReleaseVersion returns a string representing the release version.
ObjToControlPlaneMachineSet maps any object to the control plane machine set singleton in the namespace provided.
Ptr takes a pointer to the passed object.
SetupFeatureGateAccessor Setup FeatureGateAccess instance.
# Constants
InfrastructureName is the name of the Infrastructure, as Infrastructure is a singleton within the cluster.