Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestCloneReconciler ¶
type RequestCloneReconciler struct { client.Client HttpProxy *proxy.HttpProxy Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder }
RequestClone reconciles a RequestClone object
func (*RequestCloneReconciler) Reconcile ¶
func (r *RequestCloneReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile RequestClones
func (*RequestCloneReconciler) SetupWithManager ¶
func (r *RequestCloneReconciler) SetupWithManager(mgr ctrl.Manager, opts RequestCloneReconcilerOptions) error
SetupWithManager adding controllers
type RequestCloneReconcilerOptions ¶
type RequestCloneReconcilerOptions struct {
MaxConcurrentReconciles int
}
Click to show internal directories.
Click to hide internal directories.