controllers

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2022 License: MIT Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RemovedRowsVec = prometheus.NewHistogramVec(
		prometheus.HistogramOpts{
			Name:    "removed_rows_total",
			Help:    "Number of removed rows",
			Buckets: prometheus.LinearBuckets(1, 1, 4),
		}, []string{"namespace"})
)

Functions

This section is empty.

Types

type BoardReconciler

type BoardReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

BoardReconciler reconciles a Board object.

func (*BoardReconciler) Reconcile

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

func (*BoardReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type CronReconciler

type CronReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

CronReconciler reconciles a Cron object.

func (*CronReconciler) Reconcile

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

func (*CronReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type T4sReconciler

type T4sReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

T4sReconciler reconciles a T4s object.

func (*T4sReconciler) Reconcile

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

func (*T4sReconciler) SetupWithManager

func (r *T4sReconciler) 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