Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for requestmetrics (0.13 sec)

  1. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/metrics/metrics.go

    type AuthorizerMetrics interface {
    	// Request total and latency metrics
    	RequestMetrics
    	// Webhook count, latency, and fail open metrics
    	WebhookMetrics
    	// match condition metrics
    	cel.MatcherMetrics
    }
    
    type NoopAuthorizerMetrics struct {
    	NoopRequestMetrics
    	NoopWebhookMetrics
    	cel.NoopMatcherMetrics
    }
    
    type RequestMetrics interface {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:01:15 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top