Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithNotification ¶ added in v0.6.1
WithNotification creates a deployer that bips each time a deploy is done.
Types ¶
type SkaffoldRunner ¶
type SkaffoldRunner struct { build.Builder deploy.Deployer tag.Tagger watch.WatcherFactory build.DependencyMapFactory // 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) Dev ¶ added in v0.6.0
func (r *SkaffoldRunner) Dev(ctx context.Context, out io.Writer, artifacts []*v1alpha2.Artifact) ([]build.Artifact, error)
Dev watches for changes and runs the skaffold build and deploy pipeline until interrrupted by the user.
func (*SkaffoldRunner) Labels ¶ added in v0.8.0
func (r *SkaffoldRunner) Labels() map[string]string
Click to show internal directories.
Click to hide internal directories.