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
KubeContext string
WorkingDir string
Namespaces []string
InsecureRegistries map[string]bool
}
func GetRunContext ¶
func GetRunContext(opts config.SkaffoldOptions, cfg latest.Pipeline) (*RunContext, error)
func (*RunContext) IsDebugMode ¶ added in v1.5.0
func (r *RunContext) IsDebugMode() bool
func (*RunContext) IsDevMode ¶ added in v1.5.0
func (r *RunContext) IsDevMode() bool
func (*RunContext) UpdateNamespaces ¶ added in v0.36.0
func (r *RunContext) UpdateNamespaces(ns []string)
Click to show internal directories.
Click to hide internal directories.