Documentation ¶
Index ¶
- func ConfigExists(config ConfigInterface) (bool, error)
- func GetConfigPath(config ConfigInterface) (string, error)
- func LoadClusterConfig(config *v1.Cluster, overwriteExistingValues bool)
- func LoadConfig(config ConfigInterface) error
- func SaveConfig(config ConfigInterface) error
- type ConfigInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigExists ¶
func ConfigExists(config ConfigInterface) (bool, error)
ConfigExists chacks whether the yaml file for the config exists
func GetConfigPath ¶
func GetConfigPath(config ConfigInterface) (string, error)
GetConfigPath returns the path to the config's yaml file
func LoadClusterConfig ¶
LoadClusterConfig loads the config for a kubernetes cluster
func LoadConfig ¶
func LoadConfig(config ConfigInterface) error
LoadConfig loads a config from its yaml file
func SaveConfig ¶
func SaveConfig(config ConfigInterface) error
SaveConfig writes the data of a config to its yaml file
Types ¶
type ConfigInterface ¶
type ConfigInterface interface{}
ConfigInterface defines the pattern of every config
Click to show internal directories.
Click to hide internal directories.