Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NumExpired = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "is_expired_certificate", Help: "expired certificate", }, []string{"certcheck", "certificate"}, ) )
Functions ¶
This section is empty.
Types ¶
type CertCheckReconciler ¶
type CertCheckReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Recorder record.EventRecorder
}
CertCheckReconciler reconciles a CertCheck object
func (*CertCheckReconciler) SetupWithManager ¶
func (r *CertCheckReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.