Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.2.2
type Config struct { // Kubernetesc client Client kubernetes.Interface // migration compatability AutoLabelContainerLinux bool // annotations to look for before and after reboots BeforeRebootAnnotations []string AfterRebootAnnotations []string // Deprecated ManageAgent bool AgentImageRepo string }
Config configures a Kontroller.
type Kontroller ¶
type Kontroller struct {
// contains filtered or unexported fields
}
func (*Kontroller) Run ¶
func (k *Kontroller) Run(stop <-chan struct{}) error
Run starts the operator reconcilitation proces and runs until the stop channel is closed.
Click to show internal directories.
Click to hide internal directories.