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 Config ¶
type Config struct { ChartHashs map[string]string `yaml:"chartHashs"` DockerLatestTimestamps map[string]int64 `yaml:"dockerLatestTimestamps"` ImageTags map[string]string `yaml:"imageTags"` }
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.