controllers

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2024 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 CertificateRequestReconciler

type CertificateRequestReconciler struct {
	client.Client
	Log      logr.Logger
	Recorder record.EventRecorder

	Clock                  clock.Clock
	CheckApprovedCondition bool
}

CertificateRequestReconciler reconciles a StepIssuer object.

func (*CertificateRequestReconciler) Reconcile

Reconcile will read and validate a StepIssuer resource associated to the CertificateRequest resource, and it will sign the CertificateRequest with the provisioner in the StepIssuer.

func (*CertificateRequestReconciler) SetupWithManager

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

SetupWithManager initializes the CertificateRequest controller into the controller runtime.

type StepClusterIssuerReconciler added in v0.5.0

type StepClusterIssuerReconciler struct {
	client.Client
	Log      logr.Logger
	Clock    clock.Clock
	Recorder record.EventRecorder
}

StepClusterIssuerReconciler reconciles a StepClusterIssuer object

func (*StepClusterIssuerReconciler) Reconcile added in v0.5.0

Reconcile will read and validate the StepClusterIssuer resources, it will set the status condition ready to true if everything is right.

func (*StepClusterIssuerReconciler) SetupWithManager added in v0.5.0

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

SetupWithManager initializes the StepClusterIssuer controller into the controller runtime.

type StepIssuerReconciler

type StepIssuerReconciler struct {
	client.Client
	Log      logr.Logger
	Clock    clock.Clock
	Recorder record.EventRecorder
}

StepIssuerReconciler reconciles a StepIssuer object

func (*StepIssuerReconciler) Reconcile

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

Reconcile will read and validate the StepIssuer resources, it will set the status condition ready to true if everything is right.

func (*StepIssuerReconciler) SetupWithManager

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

SetupWithManager initializes the StepIssuer controller into the controller runtime.

Jump to

Keyboard shortcuts

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