Documentation ¶
Index ¶
Constants ¶
View Source
const ( LogLevelInfo = "info" LogLevelWarn = "warning" LogLevelError = "error" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kubeone ¶
type Kubeone struct { // ConfigDirectory is the directory where the generated kubeone.yaml will be located. ConfigDirectory string // SpawnProcessLimit represents a synchronization channel which limits the number of spawned kubeone // processes. This values must be non-nil and be buffered, where the capacity indicates // the limit. SpawnProcessLimit chan struct{} }
Click to show internal directories.
Click to hide internal directories.