Documentation
¶
Index ¶
- type CertificateReconciler
- func (r *CertificateReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *CertificateReconciler) RecordAndLogError(cert *certsv1.Certificate, message, reason string, err error)
- func (r *CertificateReconciler) RecordAndLogInfo(cert *certsv1.Certificate, message, reason string)
- func (r *CertificateReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateReconciler ¶
type CertificateReconciler struct {
client.Client
Scheme *runtime.Scheme
Logger logr.Logger
Recorder record.EventRecorder
}
CertificateReconciler reconciles a Certificate object
func (*CertificateReconciler) RecordAndLogError ¶
func (r *CertificateReconciler) RecordAndLogError(cert *certsv1.Certificate, message, reason string, err error)
func (*CertificateReconciler) RecordAndLogInfo ¶
func (r *CertificateReconciler) RecordAndLogInfo(cert *certsv1.Certificate, message, reason string)
func (*CertificateReconciler) SetupWithManager ¶
func (r *CertificateReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.