Versions in this module Expand all Collapse all v0 v0.1.0 Jan 16, 2019 Changes in this version type Option + func WithKuberoot(root string) Option v0.0.1 Nov 29, 2018 Changes in this version + const BuildContainerLabelKey + const DefaultBaseImage + const DefaultImage + const DefaultMode + const DockerImageArchives + type BuildContext struct + func NewBuildContext(options ...Option) (ctx *BuildContext, err error) + func (c *BuildContext) Build() (err error) + type Option func(*BuildContext) + func WithBaseImage(image string) Option + func WithImage(image string) Option + func WithMode(mode string) Option