generated

package
v2.5.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

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

func SaveConfig(config *Config) error

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

func LoadConfig() (*Config, error)

LoadConfig loads the config from the filesystem

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL