Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpstreamLimiter ¶
type UpstreamLimiter interface { GetOrDefault(name string) flowcontrol.FlowControl Load(name string) (flowcontrol.FlowControl, bool) Sync(newObj proxyv1alpha1.FlowControl) ResetLimiter(rateLimiter string) AllFlowControls() map[string]remote.FlowControlCache }
func NewUpstreamLimiter ¶
func NewUpstreamLimiter(ctx context.Context, cluster, rateLimiter string, clientSets clientsets.ClientSets) UpstreamLimiter
Click to show internal directories.
Click to hide internal directories.