Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildAzureCluster ¶
func BuildAzureCluster(opts ...BuilderOption) *capzv1alpha3.AzureCluster
func BuildAzureClusterAsJson ¶
func BuildAzureClusterAsJson(opts ...BuilderOption) []byte
Types ¶
type BuilderOption ¶
type BuilderOption func(azureCluster *capzv1alpha3.AzureCluster) *capzv1alpha3.AzureCluster
func ControlPlaneEndpoint ¶
func ControlPlaneEndpoint(controlPlaneEndpointHost string, controlPlaneEndpointPort int32) BuilderOption
func Labels ¶
func Labels(labels map[string]string) BuilderOption
func Location ¶
func Location(location string) BuilderOption
func Name ¶
func Name(name string) BuilderOption
Click to show internal directories.
Click to hide internal directories.