kubernetes/pkg/controller
Kubernetes Submit Queue 9690771227 Merge pull request #41788 from sttts/sttts-scheme-registration-idem-potent
Automatic merge from submit-queue (batch tested with PRs 41234, 42186, 41615, 42028, 41788)

apimachinery: handle duplicated and conflicting type registration

Double registrations were leading to duplications in  `KnownKinds()`. Conflicting registrations with same gvk, but different types were not detected.
2017-02-28 00:34:11 -08:00
..
bootstrap Ignore Bootstrap Token secrets that don't use predictable names. 2017-02-20 11:38:21 -08:00
certificates
cloud
cronjob Modify CronJob API to add job history limits, cleanup jobs in controller 2017-02-25 06:51:54 -05:00
daemon Make DaemonSet respect critical pods annotation when scheduling 2017-02-27 09:59:45 -08:00
deployment DaemonSet updates 2017-02-27 09:15:56 +01:00
disruption
endpoint
garbagecollector apimachinery: handle duplicated and conflicting type registration 2017-02-27 21:58:21 +01:00
job
namespace Merge pull request #41652 from ncdc/shared-informers-13-namespace 2017-02-23 09:36:38 -08:00
node fix go vet issues 2017-02-27 21:24:45 -08:00
podautoscaler HPA: Don't mutate the shared informer cache 2017-02-21 11:57:08 -05:00
podgc
replicaset Merge pull request #42097 from kargakis/address-mismatched-available-replicas 2017-02-27 22:09:46 -08:00
replication Merge pull request #42097 from kargakis/address-mismatched-available-replicas 2017-02-27 22:09:46 -08:00
resourcequota
route
service Switch scheduler to use generated listers/informers 2017-02-23 09:57:12 -05:00
serviceaccount
statefulset statefulset: use pvc lister, replace legacylisters 2017-02-27 06:38:11 -05:00
ttl
volume Merge pull request #41406 from jsafrane/operation-backoff 2017-02-26 10:22:53 -08:00
.import-restrictions
BUILD Update bazel 2017-02-27 06:48:13 -05:00
client_builder.go Make controller-manager resilient to stale serviceaccount tokens 2017-02-17 23:59:00 -05:00
controller_ref_manager.go Refactor ControllerRefManager 2017-02-16 15:09:17 -08:00
controller_utils.go Fix leftover Taint-related helper function 2017-02-24 09:24:33 +01:00
controller_utils_test.go Deployment: filter out old RSes that are deleted or with non-zero replicas before cleanup 2017-02-16 14:48:10 -08:00
doc.go
lookup_cache.go
OWNERS