Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewLRUExpireCache (0.27 sec)

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

    	}
    	if cm != nil {
    		cm.AuthorizerType = "Webhook"
    		cm.AuthorizerName = name
    		cm.Metrics = am
    	}
    	return &WebhookAuthorizer{
    		subjectAccessReview: subjectAccessReview,
    		responseCache:       cache.NewLRUExpireCache(8192),
    		authorizedTTL:       authorizedTTL,
    		unauthorizedTTL:     unauthorizedTTL,
    		retryBackoff:        retryBackoff,
    		decisionOnError:     decisionOnError,
    		metrics:             am,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:01:15 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top