Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FakeVMWareUUIDKeyName is the name of the cloud-config configmap key // that holds the fake vmware uuid // It is required when activating the vsphere cloud-provider in the controller // manager on a non-ESXi host // Upstream issue: https://github.com/kubernetes/kubernetes/issues/65145 FakeVMWareUUIDKeyName = "fakeVmwareUUID" )
Variables ¶
This section is empty.
Functions ¶
func CloudConfig ¶
func CloudConfig( cluster *kubermaticv1.Cluster, dc *kubermaticv1.Datacenter, credentials resources.Credentials, ) (cloudConfig string, err error)
CloudConfig returns the cloud-config for the supplied data
func ConfigMapCreator ¶
func ConfigMapCreator(data configMapCreatorData) reconciling.NamedConfigMapCreatorGetter
ConfigMapCreator returns a function to create the ConfigMap containing the cloud-config
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.