Documentation ¶
Overview ¶
Package nodeimage implements functionality to build the kind node image
Index ¶
Constants ¶
View Source
const DefaultBaseImage = "docker.io/kindest/base:v20241108-5c6d2daf"
DefaultBaseImage is the default base image used TODO: come up with a reasonable solution to digest pinning https://github.com/moby/moby/issues/43188
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 WithBuildType ¶ added in v0.24.0
WithArch sets the architecture to build for
func WithKubeParam ¶ added in v0.24.0
WithKubeParam 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.