Versions in this module Expand all Collapse all v2 v2.0.0 Dec 13, 2021 Changes in this version + type EnforcingCRDReconciler struct + Log logr.Logger + func (r *EnforcingCRDReconciler) IsInitialized(instance *v1alpha1.EnforcingCRD) bool + func (r *EnforcingCRDReconciler) Reconcile(context context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *EnforcingCRDReconciler) SetupWithManager(mgr ctrl.Manager) error + type EnforcingPatchReconciler struct + Log logr.Logger + func (r *EnforcingPatchReconciler) IsInitialized(instance *v1alpha1.EnforcingPatch) bool + func (r *EnforcingPatchReconciler) Reconcile(context context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *EnforcingPatchReconciler) SetupWithManager(mgr ctrl.Manager) error + type MyCRDReconciler struct + Log logr.Logger + func (r *MyCRDReconciler) IsInitialized(obj metav1.Object) bool + func (r *MyCRDReconciler) IsValid(obj metav1.Object) (bool, error) + func (r *MyCRDReconciler) Reconcile(context context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *MyCRDReconciler) SetupWithManager(mgr ctrl.Manager) error + type TemplatedEnforcingCRDReconciler struct + Log logr.Logger + func (r *TemplatedEnforcingCRDReconciler) IsInitialized(instance *v1alpha1.TemplatedEnforcingCRD) bool + func (r *TemplatedEnforcingCRDReconciler) Reconcile(context context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *TemplatedEnforcingCRDReconciler) SetupWithManager(mgr ctrl.Manager) error Other modules containing this package github.com/redhat-cop/operator-utils