operator

package
v3.11.1-0...-4446e78 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2019 License: Apache-2.0 Imports: 56 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RenderBootstrap

func RenderBootstrap(
	clusterConfigConfigMapFile string,
	etcdCAFile, rootCAFile string, pullSecretFile string,
	imgs Images,
	destinationDir string,
) error

RenderBootstrap writes to destinationDir static Pods.

Types

type Images

type Images struct {
	MachineConfigController string `json:"machineConfigController"`
	MachineConfigDaemon     string `json:"machineConfigDaemon"`
	MachineConfigServer     string `json:"machineConfigServer"`
	MachineOSContent        string `json:"machineOSContent"`
	Etcd                    string `json:"etcd"`
	SetupEtcdEnv            string `json:"setupEtcdEnv"`
}

Images allows build systems to inject images for MCO components.

func DefaultImages

func DefaultImages() Images

DefaultImages returns default set of images for operator.

type Operator

type Operator struct {
	// contains filtered or unexported fields
}

Operator defines machince config operator.

func New

New returns a new machine config operator.

func (*Operator) Run

func (optr *Operator) Run(workers int, stopCh <-chan struct{})

Run runs the machine config operator.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL