Versions in this module Expand all Collapse all v0 v0.24.0 Mar 1, 2019 Changes in this version type Builder + func (b *Builder) DependenciesForArtifact(ctx context.Context, artifact *latest.Artifact) ([]string, error) v0.23.0 Feb 15, 2019 Changes in this version + type Builder struct + func NewBuilder() *Builder + func (b *Builder) Build(ctx context.Context, out io.Writer, tags tag.ImageTags, ...) ([]build.Artifact, error) + func (b *Builder) Init(opts *config.SkaffoldOptions, env *latest.ExecutionEnvironment) + func (b *Builder) Labels() map[string]string