Documentation ¶
Index ¶
- Constants
- func ConfigBase(c *api.Cluster) (vfs.Path, error)
- func CreateClusterConfig(clientset simple.Clientset, cluster *api.Cluster, groups []*api.InstanceGroup) error
- func DeleteAllClusterState(basePath vfs.Path) error
- func KeyStore(c *api.Cluster) (fi.CAStore, error)
- func ReadConfig(configPath vfs.Path, config interface{}) error
- func SecretStore(c *api.Cluster) (fi.SecretStore, error)
- func WriteConfig(configPath vfs.Path, config interface{}, writeOptions ...vfs.WriteOption) 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 DeleteAllClusterState ¶
func ReadConfig ¶
func SecretStore ¶
func SecretStore(c *api.Cluster) (fi.SecretStore, error)
func WriteConfig ¶
func WriteConfig(configPath vfs.Path, config interface{}, writeOptions ...vfs.WriteOption) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.