kubernetes/plugin/pkg
k8s-merge-robot df2cf16ddb Merge pull request #26709 from hodovska/master
Automatic merge from submit-queue

Allow shareable resources for admission control plugins.

Changes allow admission control plugins to share resources. This is done via new PluginInitialization structure. The structure can be extended for other resources, for now it is an shared informer for namespace plugins (NamespiceLifecycle, NamespaceAutoProvisioning, NamespaceExists).

If a plugins needs some kind of shared resource e.g. client, the client shall be added to PluginInitializer and Wants methods implemented to every plugin which will use it.
2016-07-22 11:07:05 -07:00
..
admission Factory for SharedIndexInformers 2016-07-21 14:04:48 +02:00
auth Revert "add tokenreviews endpoint to implement webhook" 2016-07-21 09:40:35 +02:00
client/auth Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
scheduler PodAffinity code refinements 2016-07-22 08:49:28 +02:00
webhook Func note not consistent with real fun name 2016-07-16 10:25:01 +08:00