Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Path for the user-specified cluster spec PathCluster = "config" // PathClusterCompleted is the path for completed cluster spec in the state store. PathClusterCompleted = "cluster-completed.spec" // PathKopsVersionUpdated is the path for the version of kops last used to apply the cluster. PathKopsVersionUpdated = "kops-version.txt" )
Variables ¶
This section is empty.
Functions ¶
func ConfigBase ¶
func CreateClusterConfig ¶
func CreateClusterConfig(ctx context.Context, clientset simple.Clientset, cluster *api.Cluster, groups []*api.InstanceGroup, addons kubemanifest.ObjectList) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.