Documentation ¶
Index ¶
- Constants
- func ConfigBase(c *api.Cluster) (vfs.Path, error)
- func CreateClusterConfig(clientset simple.Clientset, cluster *api.Cluster, groups []*api.InstanceGroup) error
- func ReadConfigDeprecated(configPath vfs.Path, config interface{}) error
- func WriteConfigDeprecated(cluster *kops.Cluster, configPath vfs.Path, config interface{}, ...) error
Constants ¶
View Source
const PathCluster = "config"
Path for the user-specified cluster spec
View Source
const PathClusterCompleted = "cluster.spec"
Path for completed cluster spec in the state store
Variables ¶
This section is empty.
Functions ¶
func CreateClusterConfig ¶
func ReadConfigDeprecated ¶
func WriteConfigDeprecated ¶
func WriteConfigDeprecated(cluster *kops.Cluster, configPath vfs.Path, config interface{}, writeOptions ...vfs.WriteOption) error
WriteConfigDeprecated writes a config file as yaml. It is deprecated because it is unversioned, but it is still used, in particular for writing the completed config.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.