certificaterequest

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsAlreadyDenied

func IsAlreadyDenied(certificateRequest cmapi.CertificateRequest) bool

IsAlreadyDenied returns a boolean indicating whether the CertificateRequest is already Denied based on its conditions.

func IsAlreadyFailed

func IsAlreadyFailed(certificateRequest cmapi.CertificateRequest) bool

IsAlreadyFailed returns a boolean indicating whether the CertificateRequest is already Failed based on its conditions.

func IsAlreadyReady

func IsAlreadyReady(certificateRequest cmapi.CertificateRequest) bool

IsAlreadyReady returns a boolean indicating whether the CertificateRequest is already Ready based on its conditions.

Types

type CertificateRequestReconciler

type CertificateRequestReconciler struct {
	client.Client
	Scheme        *runtime.Scheme
	SignerBuilder certsigner.SignerBuilder
	Clock         clock.Clock

	CheckApprovedCondition   bool
	ClusterResourceNamespace string
	// contains filtered or unexported fields
}

CertificateRequestReconciler reconciles a CertificateRequest object

func (*CertificateRequestReconciler) Reconcile

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

func (*CertificateRequestReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

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