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 { HelmOverrideTimestamps map[string]int64 `yaml:"helmOverrideTimestamps"` HelmChartHashs map[string]string `yaml:"helmChartHashs"` DockerfileTimestamps map[string]int64 `yaml:"dockerfileTimestamps"` DockerContextPaths map[string]string `yaml:"dockerContextPaths"` 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.