k3s/plugin
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
..
cmd/kube-scheduler Change defaults for leader election for scheduler and controller manager 2016-07-20 11:36:15 +02:00
pkg Merge pull request #26709 from hodovska/master 2016-07-22 11:07:05 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00