Versions in this module Expand all Collapse all v0 v0.1.4 Jun 27, 2019 Changes in this version + const CharSet + const MachineListFormatDeprecationMessage + func Contains(list []string, strToSearch string) bool + func Copy(m *clusterv1.Machine) *clusterv1.Machine + func ExecCommand(name string, args ...string) (string, error) + func Filter(list []string, strToFilter string) (newList []string) + func GetControlPlaneMachine(machines []*clusterv1.Machine) *clusterv1.Machine + func GetControlPlaneMachines(machines []*clusterv1.Machine) (res []*clusterv1.Machine) + func GetDefaultKubeConfigPath() string + func GetMachineIfExists(c client.Client, namespace, name string) (*clusterv1.Machine, error) + func GetNamespaceOrDefault(namespace string) string + func Home() string + func IsControlPlaneMachine(machine *clusterv1.Machine) bool + func IsNodeReady(node *v1.Node) bool + func ParseClusterYaml(file string) (*clusterv1.Cluster, error) + func ParseMachinesYaml(file string) ([]*clusterv1.Machine, error) + func Poll(interval, timeout time.Duration, condition wait.ConditionFunc) error + func PollImmediate(interval, timeout time.Duration, condition wait.ConditionFunc) error + func RandomString(n int) string + func RandomToken() string + func Retry(fn wait.ConditionFunc, initialBackoffSec int) error