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) SetupWithManager ¶
func (r *CertificateRequestReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.