The Docker image to use for building the node images.
Optional
_image: stringname:tag of the resulting image to be built (default "kindest/node:latest")
Optional
_arch: stringarchitecture to build for, defaults to the host architecture
Optional
_baseImage: stringname:tag of the base image to use for the build (default "docker.io/kindest/base:v20250214-acbabc1a")
Optional
_type: BuildNodeImageTypeoptionally specify one of 'url', 'file', 'release' or 'source' as the type of build
Apply the options to the KindExecutionBuilder.
The KindExecutionBuilder to apply options to.
Options for the
kind build node-image
command.