Home
last modified time | relevance | path

Searched defs:DelegatingAuthenticatorConfig (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/authentication/authenticatorfactory/
H A Ddelegating.go41 type DelegatingAuthenticatorConfig struct { struct
42 Anonymous bool
45 TokenAccessReviewClient authenticationclient.AuthenticationV1Interface
48 TokenAccessReviewTimeout time.Duration
53 WebhookRetryBackoff *wait.Backoff
56 CacheTTL time.Duration
61 ClientCertificateCAContentProvider dynamiccertificates.CAContentProvider
63 APIAudiences authenticator.Audiences
65 RequestHeaderConfig *RequestHeaderConfig
68 …(c DelegatingAuthenticatorConfig) New() (authenticator.Request, *spec.SecurityDefinitions, error) {
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/authentication/authenticatorfactory/
H A Ddelegating.go41 type DelegatingAuthenticatorConfig struct { struct
42 Anonymous bool
45 TokenAccessReviewClient authenticationclient.TokenReviewInterface
50 WebhookRetryBackoff *wait.Backoff
53 CacheTTL time.Duration
58 ClientCertificateCAContentProvider CAContentProvider
60 APIAudiences authenticator.Audiences
62 RequestHeaderConfig *RequestHeaderConfig
65 …(c DelegatingAuthenticatorConfig) New() (authenticator.Request, *spec.SecurityDefinitions, error) {