Versions in this module Expand all Collapse all v0 v0.2.0 Jan 28, 2019 Changes in this version + const AWSProvider + const ClusterConfigName + const ClusterConfigNamespace + const InstallConfigKey + const LibvirtProvider + const OpenStackProvider + func ApplyClusterOperator(client osclientsetv1.ClusterOperatorsGetter, ...) (*osconfigv1.ClusterOperator, bool, error) + func PopulateTemplate(config *OperatorConfig, path string) ([]byte, error) + type Controllers struct + MachineHealthCheck string + NodeLink string + Provider string + type Images struct + ClusterAPIControllerAWS string + ClusterAPIControllerLibvirt string + ClusterAPIControllerOpenStack string + MachineAPIOperator string + type InstallConfig struct + type InstallPlatform struct + AWS interface{} + Libvirt interface{} + OpenStack interface{} + type OperatorConfig struct + Controllers Controllers + TargetNamespace string + type Provider string + type StatusReason string + const ReasonEmpty + const ReasonSyncFailed + const ReasonSyncing v0.1.0 Oct 18, 2018 Changes in this version + type Operator struct + func New(namespace, name string, imagesFile string, config string, ...) *Operator + func (optr *Operator) Run(workers int, stopCh <-chan struct{})