# Functions

NewBootstrapTemplateBuilder creates a BootstrapTemplateBuilder with the given name and namespace.
NewClusterBuilder returns a ClusterBuilder with the given name and namespace.
NewClusterClassBuilder returns a ClusterClassBuilder with the given name and namespace.
NewControlPlaneBuilder returns a ControlPlaneBuilder with the given name and Namespace.
NewControlPlaneTemplateBuilder creates a NewControlPlaneTemplate builder with the given name and namespace.
NewInfrastructureClusterBuilder returns and InfrastructureClusterBuilder with the given name and namespace.
NewInfrastructureClusterTemplateBuilder returns an InfrastructureClusterTemplateBuilder with the given name and namespace.
NewInfrastructureMachineTemplateBuilder creates an InfrastructureMachineTemplateBuilder with the given name and namespace.
NewMachineDeploymentBuilder creates a MachineDeploymentBuilder with the given name and namespace.
NewMachineDeploymentClassBuilder returns a MachineDeploymentClassBuilder with the given name and namespace.
NewMachineSetBuilder creates a MachineSetBuilder with the given name and namespace.

# Variables

BootstrapGroupVersion is group version used for bootstrap objects.
ControlPlaneGroupVersion is group version used for control plane objects.
GenericBootstrapConfigCRD is a generic boostrap CRD.
GenericBootstrapConfigKind is the Kind for the GenericBootstrapConfig.
GenericBootstrapConfigTemplateCRD is a generic boostrap template CRD.
GenericBootstrapConfigTemplateKind is the Kind for the GenericBoostrapConfigTemplate.
GenericControlPlaneCRD is a generic control plane CRD.
GenericControlPlaneKind is the Kind for the GenericControlPlane.
GenericControlPlaneTemplateCRD is a generic control plane template CRD.
GenericControlPlaneTemplateKind is the Kind for the GenericControlPlaneTemplate.
GenericInfrastructureClusterCRD is a generic infrastructure machine CRD.
GenericInfrastructureClusterKind is the kind for the GenericInfrastructureCluster type.
GenericInfrastructureClusterTemplateCRD is a generic infrastructure machine template CRD.
GenericInfrastructureClusterTemplateKind is the kind for the GenericInfrastructureClusterTemplate type.
GenericInfrastructureMachineCRD is a generic infrastructure machine CRD.
GenericInfrastructureMachineKind is the Kind for the GenericInfrastructureMachine.
GenericInfrastructureMachineTemplateCRD is a generic infrastructure machine template CRD.
GenericInfrastructureMachineTemplateKind is the Kind for the GenericInfrastructureMachineTemplate.
GenericRemediationCRD is a generic infrastructure remediation CRD.
GenericRemediationTemplateCRD is a generic infrastructure remediation template CRD.
InfrastructureGroupVersion is group version used for infrastructure objects.
RemediationGroupVersion is group version used for remediation objects.

# Structs

BootstrapTemplateBuilder holds the variables needed to build a generic BootstrapTemplate.
ClusterBuilder holds the variables and objects required to build a clusterv1.Cluster.
ClusterClassBuilder holds the variables and objects required to build a clusterv1.ClusterClass.
ControlPlaneBuilder holds the variables and objects needed to build a generic object for cluster.spec.controlPlaneRef.
ControlPlaneTemplateBuilder holds the variables and objects needed to build a generic ControlPlane template.
InfrastructureClusterBuilder holds the variables and objects needed to build a generic InfrastructureCluster.
InfrastructureClusterTemplateBuilder holds the variables needed to build a generic InfrastructureClusterTemplate.
InfrastructureMachineTemplateBuilder holds the variables and objects needed to build an InfrastructureMachineTemplate.
MachineDeploymentBuilder holds the variables and objects needed to build a generic MachineDeployment.
MachineDeploymentClassBuilder holds the variables and objects required to build a clusterv1.MachineDeploymentClass.
MachineSetBuilder holds the variables and objects needed to build a generic MachineSet.