Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddConfigFlags ¶
func AddListFlags ¶
func AddSetFlags ¶
Types ¶
type Config ¶
type Config struct { Global *ContextConfig `yaml:"global,omitempty"` ContextConfigs []*ContextConfig `yaml:"kubeContexts"` }
Config is the top level struct for the global Skaffold config It is unrelated to the SkaffoldConfig object (parsed from the skaffold.yaml)
func ReadConfigForFile ¶
type ContextConfig ¶
type ContextConfig struct { Kubecontext string `yaml:"kube-context,omitempty"` DefaultRepo string `yaml:"default-repo"` }
ContextConfig is the context-specific config information provided in the global Skaffold config.
Click to show internal directories.
Click to hide internal directories.