Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder Watcher watch.Interface }
func (*Reconciler) Reconcile ¶
Reconcile will handle v1alpha1.SharedPolicyGroup CRDs +kubebuilder:rbac:groups=gravitee.io,resources=sharedpolicygroups,verbs=get;list;watch;create;update;patch;delete;deletecollection +kubebuilder:rbac:groups=gravitee.io,resources=sharedpolicygroups/status,verbs=get;update;patch +kubebuilder:rbac:groups=gravitee.io,resources=sharedpolicygroups/finalizers,verbs=update +kubebuilder:rbac:groups="",resources=events,verbs=create;patch
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.