package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

LimiterUnaryServerInterceptor returns a new unary server interceptors that performs request rate limiting.
WithRateLimiter creates new rate limiter with unary interceptor.

# Variables

# Interfaces

Limiter defines the interface to perform request rate limiting, based on the interface exposed by https://pkg.go.dev/golang.org/x/time/rate#Limiter.