Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunContext ¶
type RunContext struct { Opts config.SkaffoldOptions Cfg latest.Pipeline DefaultRepo string KubeContext string WorkingDir string Namespaces []string InsecureRegistries map[string]bool }
func GetRunContext ¶
func GetRunContext(opts config.SkaffoldOptions, cfg latest.Pipeline) (*RunContext, error)
func (*RunContext) UpdateNamespaces ¶ added in v0.36.0
func (r *RunContext) UpdateNamespaces(ns []string)
Click to show internal directories.
Click to hide internal directories.