package
0.33.0-alpha.2
Repository: https://github.com/kubernetes/apiserver.git
Documentation: pkg.go.dev
# Functions
New creates an instance of admission plugins initializer.
# Interfaces
WantsAuthorizer defines a function which sets Authorizer for admission plugins that need it.
WantsDrainedNotification defines a function which sets the notification of where the apiserver has already been drained for admission plugins that need it.
No description provided by the author
WantsExcludedAdmissionResources defines a function which sets the ExcludedAdmissionResources for an admission plugin that needs it.
WantsExternalKubeClientSet defines a function which sets external ClientSet for admission plugins that need it.
WantsExternalKubeInformerFactory defines a function which sets InformerFactory for admission plugins that need it.
WantsFeatureGate defines a function which passes the featureGates for inspection by an admission plugin.
WantsQuotaConfiguration defines a function which sets quota configuration for admission plugins that need it.
WantsRESTMapper defines a function which sets RESTMapper for admission plugins that need it.
WantsSchemaResolver defines a function which sets the SchemaResolver for an admission plugin that needs it.