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-rc.0
- Published
- Apr 11, 2025
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 4 minutes ago –
Tools for package owners.