Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LimiterUnaryServerInterceptor (0.33 sec)

  1. pkg/kubelet/apis/grpc/ratelimit.go

    type Limiter interface {
    	// Allow reports whether an event may happen now.
    	Allow() bool
    }
    
    // LimiterUnaryServerInterceptor returns a new unary server interceptors that performs request rate limiting.
    func LimiterUnaryServerInterceptor(limiter Limiter) grpc.UnaryServerInterceptor {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 09 07:22:23 UTC 2023
    - 1.9K bytes
    - Viewed (0)
Back to top