k3s/pkg/client
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
..
cache Factory for SharedIndexInformers 2016-07-21 14:04:48 +02:00
chaosclient Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
clientset_generated Revert "add tokenreviews endpoint to implement webhook" 2016-07-21 09:40:35 +02:00
leaderelection Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
metrics Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
record don't use string(index) 2016-07-19 11:41:16 -07:00
restclient Merge pull request #26956 from joe2far/fix-typos 2016-07-14 04:13:15 -07:00
testdata
testing/core manual changes to patch subresource 2016-07-12 11:09:27 -07:00
transport Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
typed Fixed several typos 2016-07-13 15:06:24 +01:00
unversioned Revert "add tokenreviews endpoint to implement webhook" 2016-07-21 09:40:35 +02:00
OWNERS