Imports of package authorizer

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
k8s.io/apimachinery/pkg/util/errorsPackage errors implements various utility functions and types around errors.
k8s.io/apimachinery/pkg/util/net
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/apiserver/pkg/apis/apiserverPackage apiserver is the internal version of the API.
k8s.io/apiserver/pkg/apis/apiserver/load
k8s.io/apiserver/pkg/apis/apiserver/validationPackage validation validates EncryptionConfiguration.
k8s.io/apiserver/pkg/authentication/userPackage user contains utilities for dealing with simple user exchange in the auth packages.
k8s.io/apiserver/pkg/authorization/authorizer
k8s.io/apiserver/pkg/authorization/authorizerfactory
k8s.io/apiserver/pkg/authorization/cel
k8s.io/apiserver/pkg/authorization/metrics
k8s.io/apiserver/pkg/authorization/unionPackage union implements an authorizer that combines multiple subauthorizer.
k8s.io/apiserver/pkg/server/options/authorizationconfig/metrics
k8s.io/apiserver/pkg/util/feature
k8s.io/apiserver/pkg/util/webhookPackage webhook implements a generic HTTP webhook plugin.
k8s.io/apiserver/plugin/pkg/authorizer/webhookPackage webhook implements the authorizer.Authorizer interface using HTTP webhooks.
k8s.io/apiserver/plugin/pkg/authorizer/webhook/metrics
k8s.io/client-go/informersPackage informers provides generated informers for Kubernetes APIs.
k8s.io/client-go/informers/resource/v1beta1
k8s.io/klog/v2Package klog contains the following functionality:
k8s.io/kubernetes/pkg/auth/authorizer/abacPackage abac authorizes Kubernetes API actions using an Attribute-based access control scheme.
k8s.io/kubernetes/pkg/auth/nodeidentifier
k8s.io/kubernetes/pkg/features
k8s.io/kubernetes/pkg/kubeapiserver/authorizer/modes
k8s.io/kubernetes/pkg/util/filesystem
k8s.io/kubernetes/plugin/pkg/auth/authorizer/node
k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbacPackage rbac implements the authorizer.Authorizer interface using roles base access control.
k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy
osPackage os provides a platform-independent interface to operating system functionality.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.