certificatesigningrequest

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: 25 Imported by: 0

Documentation

Index

Constants

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

Variables

This section is empty.

Functions

func NewCSRReconciler added in v1.19.0

func NewCSRReconciler(gardenClient kubernetes.Interface, certificatesAPIVersion string) reconcile.Reconciler

NewCSRReconciler creates a new instance of a reconciler which reconciles CSRs.

Types

type Controller

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

Controller controls CertificateSigningRequests.

func NewCSRController

func NewCSRController(ctx context.Context, log logr.Logger, clientMap clientmap.ClientMap) (*Controller, error)

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

func (*Controller) Run

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

Run runs the Controller until the given context <ctx> is alive.

Jump to

Keyboard shortcuts

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