Documentation ¶
Overview ¶
package nodeimage implements functionality to build the kind node image
Index ¶
Constants ¶
View Source
const DefaultBaseImage = "kindest/base:v20200430-bd9e12ab"
DefaultBaseImage is the default base image used
View Source
const DefaultImage = "kindest/node:latest"
DefaultImage is the default name:tag for the built image
View Source
const DefaultMode = "docker"
DefaultMode is the default kubernetes build mode for the built image see pkg/build/kube.Bits
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
Option is a configuration option supplied to Build
func WithBaseImage ¶
WithBaseImage configures a build to use `image` as the base image
func WithKuberoot ¶
WithKuberoot sets the path to the Kubernetes source directory (if empty, the path will be autodetected)
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
container/docker
Package docker contains helpers for working with docker This package has no stability guarantees whatsoever! Package docker contains helpers for working with docker This package has no stability guarantees whatsoever!
|
Package docker contains helpers for working with docker This package has no stability guarantees whatsoever! Package docker contains helpers for working with docker This package has no stability guarantees whatsoever! |
kube
Package kube implements functionality to build Kubernetes for the purposes of installing into the kind node image
|
Package kube implements functionality to build Kubernetes for the purposes of installing into the kind node image |
Click to show internal directories.
Click to hide internal directories.