controllerconfig

package
v1.1.0-beta.0 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context struct {
	ClusterdContext   *clusterd.Context
	OperatorNamespace string
	ReconcileCanaries *LockingBool
}

Context passed to the controller when associating it with the manager.

type LockingBool

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

LockingBool is a bool coupled with a sync.Mutex

func (*LockingBool) Get

func (b *LockingBool) Get() bool

Get bool

func (*LockingBool) Update

func (b *LockingBool) Update(newValue bool)

Update bool

Jump to

Keyboard shortcuts

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