kubernetes/pkg/controller
Kubernetes Submit Queue ca7848a787 Merge pull request #37714 from deads2k/auth-08-client-fallout
Automatic merge from submit-queue

fix rbac informer.  it's listers are all internal

Fixes https://github.com/kubernetes/kubernetes/issues/37615

The rbac informer still uses internal types in its listers, which means it must use internal clients for evaluation.  Since its running inside the API server, this seems ok for now and we can/should fix it when generated informers come along.  This just patches us to keep RBAC working.

@kubernetes/sig-auth @sttts @liggitt this is broken in master, let's get it sorted quickly.
2016-12-01 08:45:55 -08:00
..
certificates run hack/update-all.sh 2016-11-23 15:53:09 -08:00
cronjob generated: refactor 2016-11-23 22:30:47 -06:00
daemon run hack/update-all.sh 2016-11-23 15:53:09 -08:00
deployment Merge pull request #36432 from kargakis/controller-fixes 2016-12-01 00:39:09 -08:00
disruption run hack/update-all.sh 2016-11-23 15:53:09 -08:00
endpoint run hack/update-all.sh 2016-11-23 15:53:09 -08:00
garbagecollector generated: refactor 2016-11-23 22:30:47 -06:00
informers Merge pull request #37714 from deads2k/auth-08-client-fallout 2016-12-01 08:45:55 -08:00
job run hack/update-all.sh 2016-11-23 15:53:09 -08:00
namespace hold namespaces briefly before processing deletion 2016-11-28 11:35:09 -05:00
node run hack/update-all.sh 2016-11-23 15:53:09 -08:00
petset Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
podautoscaler Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
podgc run hack/update-all.sh 2016-11-23 15:53:09 -08:00
replicaset generated: refactor 2016-11-23 22:30:47 -06:00
replication generated: refactor 2016-11-23 22:30:47 -06:00
resourcequota generated: refactor 2016-11-23 22:30:47 -06:00
route run hack/update-all.sh 2016-11-23 15:53:09 -08:00
service Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
serviceaccount Remove vowels from rand.String, to avoid 'bad words' 2016-11-23 21:53:25 -08:00
volume Merge pull request #37238 from deads2k/controller-02-minor-fixes 2016-11-30 20:08:19 -08:00
.import-restrictions add import restrictions 2016-10-13 16:10:24 -07:00
BUILD generated: refactor 2016-11-23 22:30:47 -06:00
client_builder.go use the client builder to support using SAs 2016-11-28 15:02:22 -05:00
controller_ref_manager.go generated: refactor 2016-11-23 22:30:47 -06:00
controller_utils.go generated: refactor 2016-11-23 22:30:47 -06:00
controller_utils_test.go remove v1.Semantics 2016-11-23 15:53:09 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
lookup_cache.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
OWNERS Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00