Versions in this module Expand all Collapse all v0 v0.1.0 Dec 9, 2018 Changes in this version + func ByteToGiB(n int64) int64 + func CreateTempFile(contents string) (string, error) + func GetActiveTasks(machine *clusterv1.Machine) string + func GetClusterProviderSpec(providerSpec clusterv1.ProviderSpec) (*vsphereconfigv1.VsphereClusterProviderConfig, error) + func GetClusterProviderStatus(cluster *clusterv1.Cluster) (*vsphereconfigv1.VsphereClusterProviderStatus, error) + func GetIP(_ *clusterv1.Cluster, machine *clusterv1.Machine) (string, error) + func GetKubeConfig(cluster *clusterv1.Cluster, master *clusterv1.Machine) (string, error) + func GetMachineProviderSpec(providerSpec clusterv1.ProviderSpec) (*vsphereconfigv1.VsphereMachineProviderConfig, error) + func GetMachineProviderStatus(machine *clusterv1.Machine) (*vsphereconfigv1.VsphereMachineProviderStatus, error) + func GetMasterForCluster(cluster *clusterv1.Cluster, lister v1alpha1.Interface) ([]*clusterv1.Machine, error) + func GetNextBackOff() time.Duration + func GetSubnet(netRange clusterv1.NetworkRanges) string + func GetVMId(machine *clusterv1.Machine) (string, error) + func GiBToByte(n int64) int64 + func IsValidUUID(str string) bool