controller

package
v4.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: May 1, 2019 License: Apache-2.0 Imports: 24 Imported by: 80

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MCSAllocationFunc

type MCSAllocationFunc func(uid.Block) *mcs.Label

func DefaultMCSAllocation

func DefaultMCSAllocation(from *uid.Range, to *mcs.Range, blockSize int) MCSAllocationFunc

DefaultMCSAllocation returns a label from the MCS range that matches the offset within the overall range. blockSize must be a positive integer representing the number of labels to jump past in the category space (if 1, range == label, if 2 each range will have two labels).

type NamespaceSCCAllocationController

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

NamespaceSCCAllocationController allocates uids/labels for namespaces

func NewNamespaceSCCAllocationController

func NewNamespaceSCCAllocationController(
	namespaceInformer corev1informers.NamespaceInformer,
	client corev1client.NamespaceInterface,
	rangeAllocationClient securityv1client.RangeAllocationsGetter,
	requiredUIDRange *uid.Range,
	mcs MCSAllocationFunc,
) *NamespaceSCCAllocationController

func (*NamespaceSCCAllocationController) Repair

func (*NamespaceSCCAllocationController) Run

func (c *NamespaceSCCAllocationController) Run(stopCh <-chan struct{})

Run starts the workers for this controller.

func (*NamespaceSCCAllocationController) WaitForRepair

func (c *NamespaceSCCAllocationController) WaitForRepair(stopCh <-chan struct{}) error

Jump to

Keyboard shortcuts

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