Documentation ¶
Overview ¶
Package nodeimage implements functionality to build the kind node image
Index ¶
Constants ¶
View Source
const DefaultBaseImage = "docker.io/kindest/base:v20221025-014d1502"
DefaultBaseImage is the default base image used
View Source
const DefaultImage = "kindest/node:latest"
DefaultImage is the default name:tag for the built image
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! |
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.