certificate

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2025 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const ControllerName = "shoot-ca"

ControllerName is the name of the shoot CA controller.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	Client       client.Client
	ResyncPeriod time.Duration
	Store        store.Writer[certificate.Data]
	// contains filtered or unexported fields
}

Reconciler reconciles configmap objects that contain shoot CA.

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile retrieves the CA bundle info from a configmap and stores into cache.

func (*Reconciler) SetupWithManager

func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager specifies how the controller is built to watch configmaps that contain shoot CA bundle.

Jump to

Keyboard shortcuts

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