Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPScaledObjectReconciler ¶
type HTTPScaledObjectReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme InterceptorConfig config.Interceptor ExternalScalerConfig config.ExternalScaler BaseConfig config.Base RoutingTable *routing.Table }
HTTPScaledObjectReconciler reconciles a HTTPScaledObject object
func (*HTTPScaledObjectReconciler) Reconcile ¶
func (rec *HTTPScaledObjectReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reconciles a newly created, deleted, or otherwise changed HTTPScaledObject
func (*HTTPScaledObjectReconciler) SetupWithManager ¶
func (rec *HTTPScaledObjectReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager starts up reconciliation with the given manager
Source Files
¶
Click to show internal directories.
Click to hide internal directories.