controllerconfig

package
v1.7.8 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2021 License: Apache-2.0 Imports: 6 Imported by: 52

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
	RookImage         string
	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

type TolerationSet added in v1.1.5

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

TolerationSet is a set of unique tolerations.

func (*TolerationSet) Add added in v1.1.5

func (t *TolerationSet) Add(toleration corev1.Toleration)

Add adds a toleration to the TolerationSet

func (*TolerationSet) ToList added in v1.1.5

func (t *TolerationSet) ToList() []corev1.Toleration

ToList returns a list of all tolerations in the set. The order will always be the same for the same set.

Jump to

Keyboard shortcuts

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