kubernetes/test/integration
Kubernetes Submit Queue c3742a8fbe Merge pull request #34047 from deads2k/rbac-11-informer-cache
Automatic merge from submit-queue

Run rbac authorizer from cache

RBAC authorization can be run very effectively out of a cache.  The cache is a normal reflector backed cache (shared informer).

I've split this into three parts:
 1. slim down the authorizer interfaces
 1. boilerplate for adding rbac shared informers and associated listers which conform to the new interfaces
 1. wiring

@liggitt @ericchiang @kubernetes/sig-auth
2016-10-14 08:12:28 -07:00
..
auth slim down authorization listing interfaces 2016-10-13 07:50:01 -04:00
client remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
configmap remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
discoverysummarizer etcd3 validation showed that several unit tests that depend on apiserver being fully 2016-08-18 14:12:24 -05:00
examples Allow secure access to apiserver from Admission Controllers 2016-09-20 10:42:21 -04:00
federation Add deployments to federation apiserver 2016-10-11 10:36:35 +02:00
framework split genericapiserver configuration apart so that you can run without flag options 2016-10-13 13:09:53 -04:00
garbagecollector manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00
kubectl cleanup cruft from API server structs 2016-10-11 10:56:05 -04:00
master remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
metrics remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
objectmeta remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
openshift convert bootstrap controller to posthook to tighten master.go 2016-10-10 08:15:45 -04:00
persistentvolumes remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
pods remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
quota cleanup cruft from API server structs 2016-10-11 10:56:05 -04:00
replicaset convert bootstrap controller to posthook to tighten master.go 2016-10-10 08:15:45 -04:00
replicationcontroller convert bootstrap controller to posthook to tighten master.go 2016-10-10 08:15:45 -04:00
scheduler remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
scheduler_perf Update scheduler perf to spin up similar client to other tests 2016-10-12 23:50:07 -04:00
secrets remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
serviceaccount cleanup cruft from API server structs 2016-10-11 10:56:05 -04:00
storageclasses remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
thirdparty move third party resource tests 2016-09-29 13:52:20 -04:00
benchmark-controller.json build/pause: write in C 2016-05-04 21:45:52 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
utils.go fix TestCreateWithNonExistentOwner 2016-09-26 16:51:56 -07:00