Versions in this module Expand all Collapse all v0 v0.1.4 Jun 27, 2019 Changes in this version + type ComponentsStore interface + Load func() (string, error) + Save func(providerComponents string) error + type ComponentsStoreFactory interface + NewFromCoreClientset func(clientset *kubernetes.Clientset) (ComponentsStore, error) + type Deployer interface + GetIP func(cluster *clusterv1.Cluster, machine *clusterv1.Machine) (string, error) + GetKubeConfig func(cluster *clusterv1.Cluster, master *clusterv1.Machine) (string, error)