Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RateLimitProvider ¶
type RateLimitProvider interface {
Reconcile(ctx context.Context, apip *networkingv1beta1.APIProduct) (ctrl.Result, error)
Status(ctx context.Context, apip *networkingv1beta1.APIProduct) (bool, error)
Delete(ctx context.Context, apip *networkingv1beta1.APIProduct) error
}
func GetRateLimitProvider ¶
func GetRateLimitProvider(baseReconciler *reconcilers.BaseReconciler) RateLimitProvider
GetIngressProvider returns the IngressProvider desired
TODO: Either look for an ENV var or check the cluster capabilities
Click to show internal directories.
Click to hide internal directories.