namespace

package
v0.0.0-...-f33f640 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

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

Controller is responsible for synchronizing namespace objects.

func NewController

func NewController(
	clusterName string,
	getter v1.NamespacesGetter,
	informer coreinformers.NamespaceInformer,
	sync func(context.Context, string, *corev1.Namespace) error,
	delete func(context.Context, string, string) error,
) *Controller

NewController creates a new namespace controller

func (*Controller) Run

func (c *Controller) Run(workers int, stopCh <-chan struct{})

Run begins watching and syncing.

Jump to

Keyboard shortcuts

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