Documentation ¶ Index ¶ Variables type Operator func New(namespace string, configMapName string, tagOverrides map[string]string) (*Operator, error) func (o *Operator) Config() *manifests.Config func (o *Operator) Run(stopc <-chan struct{}) error Constants ¶ This section is empty. Variables ¶ View Source var ( // This variable is intended to be overridden at build time. Version = "dev" ) Functions ¶ This section is empty. Types ¶ type Operator ¶ type Operator struct { // contains filtered or unexported fields } func New ¶ func New(namespace string, configMapName string, tagOverrides map[string]string) (*Operator, error) func (*Operator) Config ¶ func (o *Operator) Config() *manifests.Config func (*Operator) Run ¶ func (o *Operator) Run(stopc <-chan struct{}) error Run the controller. Source Files ¶ View all Source files operator.go Click to show internal directories. Click to hide internal directories.