project

package
v1.47.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const ControllerName = "project"

ControllerName is the name of this controller.

View Source
const ResourceQuotaName = "gardener"

ResourceQuotaName is the name of the default ResourceQuota resource that is created by Gardener in the project namespace.

Variables

View Source
var NowFunc = metav1.Now

NowFunc is the same like metav1.Now. Exposed for testing.

Functions

func NewActivityReconciler added in v1.29.0

func NewActivityReconciler(gardenClient client.Client, clock clock.Clock) reconcile.Reconciler

NewActivityReconciler creates a new instance of a reconciler which reconciles the LastActivityTimestamp of a project, then it calls the stale reconciler.

func NewProjectReconciler added in v1.19.0

func NewProjectReconciler(config *config.ProjectControllerConfiguration, gardenClient kubernetes.Interface, recorder record.EventRecorder) reconcile.Reconciler

NewProjectReconciler creates a new instance of a reconciler which reconciles Projects.

func NewProjectStaleReconciler added in v1.19.0

func NewProjectStaleReconciler(config *config.ProjectControllerConfiguration, gardenClient client.Client) reconcile.Reconciler

NewProjectStaleReconciler creates a new instance of a reconciler which reconciles stale Projects.

Types

type Controller

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

Controller controls Projects.

func NewProjectController

func NewProjectController(
	ctx context.Context,
	log logr.Logger,
	clock clock.Clock,
	clientMap clientmap.ClientMap,
	config *config.ControllerManagerConfiguration,
	recorder record.EventRecorder,
) (
	*Controller,
	error,
)

NewProjectController takes a Kubernetes client for the Garden clusters <k8sGardenClient>, a struct holding information about the acting Gardener, a <projectInformer>, and a <recorder> for event recording. It creates a new Gardener controller.

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