package authorizer
import "k8s.io/apiserver/pkg/admission/plugin/authorizer"
Index ¶
Functions ¶
func NewCachingAuthorizer ¶
func NewCachingAuthorizer(in authorizer.Authorizer) authorizer.Authorizer
NewCachingAuthorizer returns an authorizer that caches decisions for the duration of the authorizers use. Intended to be used for short-lived operations such as the handling of a request in the admission chain, and then discarded.
Source Files ¶
caching_authorizer.go
- Version
- v0.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 1 hour ago –
Tools for package owners.