Versions in this module Expand all Collapse all v0 v0.5.1 Aug 21, 2019 v0.5.0 Aug 20, 2019 Changes in this version + const ImportPath + func FindSource() (root string, err error) + func NamedBitsRegistered(name string) bool + func RegisterNamedBits(name string, fn func(string) (Bits, error)) + type BazelBuildBits struct + func (b *BazelBuildBits) Build() error + func (b *BazelBuildBits) ImagePaths() []string + func (b *BazelBuildBits) Install(install InstallContext) error + func (b *BazelBuildBits) Paths() map[string]string + type Bits interface + Build func() error + ImagePaths func() []string + Install func(InstallContext) error + Paths func() map[string]string + func NewBazelBuildBits(kubeRoot string) (bits Bits, err error) + func NewDockerBuildBits(kubeRoot string) (bits Bits, err error) + func NewNamedBits(name string, kubeRoot string) (bits Bits, err error) + type DockerBuildBits struct + func (b *DockerBuildBits) Build() error + func (b *DockerBuildBits) ImagePaths() []string + func (b *DockerBuildBits) Install(install InstallContext) error + func (b *DockerBuildBits) Paths() map[string]string + type InstallContext interface + BasePath func() string + CombinedOutputLines func(string, ...string) ([]string, error) + Run func(string, ...string) error