Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSkaffoldProfile ¶
func CreateSkaffoldProfile(out io.Writer, runCtx *runcontext.RunContext, configFile *ConfigFile) error
func Yaml ¶
func Yaml(out io.Writer, runCtx *runcontext.RunContext, configFiles []*ConfigFile) (*bytes.Buffer, error)
Types ¶
type ConfigFile ¶ added in v0.37.0
type ConfigFile struct { Path string Config *latest.SkaffoldConfig Profile *latest.Profile }
ConfigFile keeps track of config files and their corresponding SkaffoldConfigs and generated Profiles
Click to show internal directories.
Click to hide internal directories.