Documentation ¶
Index ¶
Constants ¶
View Source
const ( MachineControllerNamespace = metav1.NamespaceSystem MachineControllerAppLabelKey = "app" MachineControllerAppLabelValue = "machine-controller" MachineControllerTag = "v1.0.7" MachineControllerCredentialsSecretName = "machine-controller-credentials" )
MachineController related constants
View Source
const ( WebhookName = "machine-controller-webhook" WebhookAppLabelKey = "app" WebhookAppLabelValue = WebhookName WebhookTag = MachineControllerTag WebhookNamespace = metav1.NamespaceSystem )
MachineController Webhook related constants
Variables ¶
This section is empty.
Functions ¶
func DeployMachineDeployments ¶
DeployMachineDeployments deploys MachineDeployments that create appropriate machines
func DeployWebhookConfiguration ¶
DeployWebhookConfiguration deploys MachineController webhook deployment on the cluster
func WaitForMachineController ¶
WaitForMachineController waits for machine-controller-webhook to become running func WaitForMachineController(corev1Client corev1types.CoreV1Interface) error {
func WaitForWebhook ¶
WaitForWebhook waits for machine-controller-webhook to become running
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.