Documentation ¶
Index ¶
- func ControlPlane() clusterv1.PatchSelector
- func InfrastructureCluster(capiInfrastructureAPIVersion, kind string) clusterv1.PatchSelector
- func InfrastructureControlPlaneMachines(capiInfrastructureAPIVersion, kind string) clusterv1.PatchSelector
- func InfrastructureWorkerMachineTemplates(capiInfrastructureAPIVersion, kind string) clusterv1.PatchSelector
- func WorkersKubeadmConfigTemplateSelector() clusterv1.PatchSelector
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ControlPlane ¶
func ControlPlane() clusterv1.PatchSelector
func InfrastructureCluster ¶
func InfrastructureCluster(capiInfrastructureAPIVersion, kind string) clusterv1.PatchSelector
InfrastructureCluster selector matches against infrastructure clusters. Passing in the API version (not the API group) is required because different providers could support different API versions. This also allows for a patch to select multiple infrastructure versions for the same provider.
func InfrastructureControlPlaneMachines ¶
func InfrastructureControlPlaneMachines( capiInfrastructureAPIVersion, kind string, ) clusterv1.PatchSelector
InfrastructureControlPlaneMachines selector matches against infrastructure control-plane machines. Passing in the API version (not the API group) is required because different providers could support different API versions. This also allows for a patch to select multiple infrastructure versions for the same provider.
func InfrastructureWorkerMachineTemplates ¶
func InfrastructureWorkerMachineTemplates( capiInfrastructureAPIVersion, kind string, ) clusterv1.PatchSelector
InfrastructureWorkerMachineTemplates selector matches against infrastructure machines. Passing in the API version (not the API group) is required because different providers could support different API versions. This also allows for a patch to select multiple infrastructure versions for the same provider.
func WorkersKubeadmConfigTemplateSelector ¶
func WorkersKubeadmConfigTemplateSelector() clusterv1.PatchSelector
Types ¶
This section is empty.