Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewMatcherMetrics (0.14 sec)

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

    	return metrics.NoopAuthorizerMetrics{}
    }
    
    func celAuthorizerMetrics() metrics.AuthorizerMetrics {
    	return celAuthorizerMetricsType{
    		MatcherMetrics: celmetrics.NewMatcherMetrics(),
    	}
    }
    
    type celAuthorizerMetricsType struct {
    	metrics.NoopRequestMetrics
    	metrics.NoopWebhookMetrics
    	celmetrics.MatcherMetrics
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.2K bytes
    - Viewed (0)
Back to top