Versions in this module Expand all Collapse all v1 v1.0.0 Feb 10, 2023 Changes in this version + type AdmissionReconciler struct + func NewAdmissionReconciler(controlClient client.Client) *AdmissionReconciler + func (r *AdmissionReconciler) Reconcile(ctx context.Context, obj Object) (ctrl.Result, error) + type Object struct + Name string + RestConfig *rest.Config + type Reconciler interface + Reconcile func(ctx context.Context, obj Object) (ctrl.Result, error)