controllers

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: May 31, 2021 License: Apache-2.0 Imports: 19 Imported by: 0

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) Reconcile

func (r *CertCheckReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)

func (*CertCheckReconciler) SetupWithManager

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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