Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SkaffoldRunner ¶
type SkaffoldRunner struct { build.Builder deploy.Deployer tag.Tagger watch.WatcherFactory // contains filtered or unexported fields }
SkaffoldRunner is responsible for running the skaffold build and deploy pipeline.
func NewForConfig ¶
func NewForConfig(opts *config.SkaffoldOptions, cfg *config.SkaffoldConfig) (*SkaffoldRunner, error)
NewForConfig returns a new SkaffoldRunner for a SkaffoldConfig
func (*SkaffoldRunner) Run ¶
func (r *SkaffoldRunner) Run() error
Run runs the skaffold build and deploy pipeline.
Click to show internal directories.
Click to hide internal directories.