Documentation ¶
Overview ¶
Package testtypes implements types we can use in all of our unit tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BootstrapGroupVersion is group version used for bootstrap objects. BootstrapGroupVersion = schema.GroupVersion{Group: "bootstrap.cluster.x-k8s.io", Version: "v1alpha4"} // GenericBootstrapConfigCRD is a generic boostrap CRD. GenericBootstrapConfigCRD = generateCRD(BootstrapGroupVersion.WithKind("GenericBootstrapConfig")) // GenericBootstrapConfigTemplateCRD is a generic boostrap template CRD. GenericBootstrapConfigTemplateCRD = generateCRD(BootstrapGroupVersion.WithKind("GenericBootstrapConfigTemplate")) )
View Source
var ( // ControlPlaneGroupVersion is group version used for control plane objects. ControlPlaneGroupVersion = schema.GroupVersion{Group: "controlplane.cluster.x-k8s.io", Version: "v1alpha4"} // GenericControlPlaneCRD is a generic control plane CRD. GenericControlPlaneCRD = generateCRD(ControlPlaneGroupVersion.WithKind("GenericControlPlane")) // GenericControlPlaneTemplateCRD is a generic control plane template CRD. GenericControlPlaneTemplateCRD = generateCRD(ControlPlaneGroupVersion.WithKind("GenericControlPlaneTemplate")) )
View Source
var ( // InfrastructureGroupVersion is group version used for infrastructure objects. InfrastructureGroupVersion = schema.GroupVersion{Group: "infrastructure.cluster.x-k8s.io", Version: "v1alpha4"} // GenericInfrastructureMachineCRD is a generic infrastructure machine CRD. GenericInfrastructureMachineCRD = generateCRD(InfrastructureGroupVersion.WithKind("GenericInfrastructureMachine")) // GenericInfrastructureMachineTemplateCRD is a generic infrastructure machine template CRD. GenericInfrastructureMachineTemplateCRD = generateCRD(InfrastructureGroupVersion.WithKind("GenericInfrastructureMachineTemplate")) // GenericInfrastructureClusterCRD is a generic infrastructure machine CRD. GenericInfrastructureClusterCRD = generateCRD(InfrastructureGroupVersion.WithKind("GenericInfrastructureCluster")) // GenericInfrastructureClusterTemplateCRD is a generic infrastructure machine template CRD. GenericInfrastructureClusterTemplateCRD = generateCRD(InfrastructureGroupVersion.WithKind("GenericInfrastructureClusterTemplate")) )
View Source
var ( // RemediationGroupVersion is group version used for remediation objects. RemediationGroupVersion = schema.GroupVersion{Group: "remediation.external.io", Version: "v1alpha4"} // GenericRemediationCRD is a generic infrastructure remediation CRD. GenericRemediationCRD = generateCRD(RemediationGroupVersion.WithKind("GenericExternalRemediation")) // GenericRemediationTemplateCRD is a generic infrastructure remediation template CRD. GenericRemediationTemplateCRD = generateCRD(RemediationGroupVersion.WithKind("GenericExternalRemediationTemplate")) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.