Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigPath = "/.devspace/generated.yaml"
ConfigPath is the relative generated config path
Functions ¶
func SaveConfig ¶
SaveConfig saves the config to the filesystem
Types ¶
type CloudConfig ¶
type CloudConfig struct { DevSpaceID int `yaml:"devSpaceID"` ProviderName string `yaml:"providerName"` Name string `yaml:"name"` Targets map[string]*DevSpaceTargetConfig `yaml:"targets"` }
CloudConfig holds the information to authenticate with the cloud provider
type Config ¶
type Config struct { ChartHashs map[string]string `yaml:"chartHashs"` DockerLatestTimestamps map[string]int64 `yaml:"dockerLatestTimestamps"` ImageTags map[string]string `yaml:"imageTags"` Cloud *CloudConfig `yaml:"cloud,omitempty"` }
Config specifies the runtime config struct
func LoadConfig ¶
LoadConfig loads the config from the filesystem
Click to show internal directories.
Click to hide internal directories.