k3s/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
api Revert "add tokenreviews endpoint to implement webhook" 2016-07-21 09:40:35 +02:00
apimachinery Merge pull request #28431 from brendandburns/thirdparty2 2016-07-22 09:41:58 -07:00
apis Add codegen artifacts for kubelet flag 2016-07-21 10:06:17 -04:00
apiserver Removed unnecessary empty line. 2016-07-21 18:07:36 +08:00
auth Merge pull request #28281 from nhlfr/authorize-return-bool 2016-07-18 21:40:26 -07:00
capabilities Use Go canonical import paths 2016-07-16 13:48:21 -04:00
client Merge pull request #26709 from hodovska/master 2016-07-22 11:07:05 -07:00
cloudprovider Merge pull request #29268 from lixiaobing10051267/masterExpected2 2016-07-20 11:11:51 -07:00
controller Merge pull request #26709 from hodovska/master 2016-07-22 11:07:05 -07:00
conversion Use Go canonical import paths 2016-07-16 13:48:21 -04:00
credentialprovider Merge pull request #28871 from vishh/gce-cp 2016-07-18 14:32:04 -07:00
dns Use Infof/Warningf when appropriate 2016-07-19 12:10:53 -04:00
fieldpath Use Go canonical import paths 2016-07-16 13:48:21 -04:00
fields Use Go canonical import paths 2016-07-16 13:48:21 -04:00
genericapiserver Merge pull request #29102 from ping035627/ping035627-patch-0719 2016-07-20 23:31:17 -07:00
healthz fixes the wrong doc in package healthz 2016-07-18 22:46:09 +08:00
httplog Use Go canonical import paths 2016-07-16 13:48:21 -04:00
hyperkube Use Go canonical import paths 2016-07-16 13:48:21 -04:00
kubectl Use patch when recording commands in kubectl set image 2016-07-21 15:33:34 -07:00
kubelet Merge pull request #29026 from runcom/user-in-cri 2016-07-22 03:11:56 -07:00
kubemark Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
labels Use Go canonical import paths 2016-07-16 13:48:21 -04:00
master Revert "add tokenreviews endpoint to implement webhook" 2016-07-21 09:40:35 +02:00
metrics Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
probe pkg/probe/http: don't compare error strings in tests 2016-07-19 11:13:36 -07:00
proxy Use Go canonical import paths 2016-07-16 13:48:21 -04:00
quota Use Go canonical import paths 2016-07-16 13:48:21 -04:00
registry Revert "add tokenreviews endpoint to implement webhook" 2016-07-21 09:40:35 +02:00
runtime Merge pull request #29042 from dims/fixup-imports 2016-07-18 07:23:38 -07:00
security Use Go canonical import paths 2016-07-16 13:48:21 -04:00
securitycontext Use Go canonical import paths 2016-07-16 13:48:21 -04:00
serviceaccount Check for valid serviceaccount JWT token before inspecting claims 2016-07-06 14:25:15 -04:00
ssh Revert "Add a customized ssh dialer that will timeout" 2016-07-14 08:48:24 +02:00
storage Revert "cacher.go: embed storage.Interface into cacher" 2016-07-22 07:28:45 +02:00
types Use Go canonical import paths 2016-07-16 13:48:21 -04:00
ui Use Go canonical import paths 2016-07-16 13:48:21 -04:00
util Merge pull request #29266 from xiangpengzhao/fix_defer_close 2016-07-22 05:24:28 -07:00
version Use Go canonical import paths 2016-07-16 13:48:21 -04:00
volume Merge pull request #24797 from screeley44/vols_debug_mkfs 2016-07-21 17:12:33 -07:00
watch Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS