Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultBaseImage = defaults.Image
DefaultBaseImage is the default base image used we will add KubeEdge components based on this image Just keep the same with kind default node image
View Source
const DefaultImage = "kubeedge/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 WithKubeEdgeRoot ¶
WithKubeEdgeRoot sets the path to the KubeEdge source directory (if empty, the path will be autodetected)
Click to show internal directories.
Click to hide internal directories.