controllers

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2023 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheReconciler

type CacheReconciler struct {
	*Reconciler
}

CacheReconciler reconciles a Cache object

func (*CacheReconciler) Reconcile

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

Reconcile the Cache resource

func (*CacheReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type EagerCacheRuleReconciler

type EagerCacheRuleReconciler struct {
	*Reconciler
}

EagerCacheRuleReconciler reconciles a EagerCacheRule object

func (*EagerCacheRuleReconciler) Reconcile

Reconcile EagerCacheRule resources

func (*EagerCacheRuleReconciler) SetupWithManager

func (r *EagerCacheRuleReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type LazyCacheRuleReconciler

type LazyCacheRuleReconciler struct {
	*Reconciler
}

LazyCacheRuleReconciler reconciles a LazyCacheRule object

func (*LazyCacheRuleReconciler) Reconcile

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

Reconcile LazyCacheRule resources

func (*LazyCacheRuleReconciler) SetupWithManager

func (r *LazyCacheRuleReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type Reconciler

type Reconciler struct {
	runtimeClient.Client
	Scheme *runtime.Scheme
	record.EventRecorder
	// contains filtered or unexported fields
}

Reconciler generic struct providing fields common to all reconciler structs

func (*Reconciler) InitSupportedTypes

func (r *Reconciler) InitSupportedTypes(mgr ctrl.Manager) error

func (*Reconciler) NewPipelineCtx

func (r *Reconciler) NewPipelineCtx(ctx context.Context, log logr.Logger, owner runtimeClient.Object) reconcile.Context

Jump to

Keyboard shortcuts

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