Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct { Executor executor.Interface Prefix string OS kubeoneapi.OperatingSystemName Verbose bool }
Runner bundles a connection to a host with the verbosity and other options for running commands via SSH.
type Tee ¶
type Tee struct {
// contains filtered or unexported fields
}
Tee mimics the unix `tee` command by piping its input through to the upstream writer and also capturing it in a buffer.
type TemplateVariables ¶
type TemplateVariables map[string]interface{}
TemplateVariables is a render context for templates
Click to show internal directories.
Click to hide internal directories.