exposureclass

package
v1.47.0 Latest Latest
Warning

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

Go to latest
Published: May 19, 2022 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ControllerName is the name of this controller.
	ControllerName = "exposureclass"
)

Variables

This section is empty.

Functions

func NewExposureClassReconciler

func NewExposureClassReconciler(gardenClient client.Client, recorder record.EventRecorder) reconcile.Reconciler

NewExposureClassReconciler creates a new instance of a reconciler which reconciles ExposureClass.

Types

type Controller

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

Controller controls ExposureClasses.

func NewExposureClassController

func NewExposureClassController(
	ctx context.Context,
	log logr.Logger,
	clientMap clientmap.ClientMap,
	recorder record.EventRecorder,
) (
	*Controller,
	error,
)

NewExposureClassController receives a Kubernetes client <k8sGardenClient> and a <k8sGardenCoreInformers> for the Garden clusters. It creates and return a new Garden controller to control ExposureClasses.

func (*Controller) Run

func (c *Controller) Run(ctx context.Context, workers int)

Run runs the Controller until the given stop channel can be read from.

Jump to

Keyboard shortcuts

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