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) 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 ¶
func (r *EagerCacheRuleReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile EagerCacheRule resources
func (*EagerCacheRuleReconciler) SetupWithManager ¶
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 ¶
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
Click to show internal directories.
Click to hide internal directories.