kubernetes/pkg/controller
Joseph Burnett a5354d04bb Test more replicas than spec.
During a Deployment update there may be more Pods in the scale target
ref status than in the spec. This test verifies that we do not scale
to the status value. Instead we should stay at the spec value.

Fails before #79035 and passes after.
2019-08-06 14:46:34 +02:00
..
apis/config add flag concurrent-statefulset-syncs to kube-controller-manager (#79169) 2019-07-31 22:36:14 -07:00
bootstrap add secret back to the workqueue with delay time, avoid expired bootstrap tokens not being deleted 2019-08-01 10:44:31 +08:00
certificates cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
cloud Fix typo in node lifecycle controller 2019-06-09 11:57:37 +02:00
clusterroleaggregation Move from glog to klog 2018-11-10 07:50:31 -05:00
cronjob Fix selflinks in tests 2019-08-01 15:50:03 +02:00
daemon Merge pull request #79068 from tedyu/dc-skipped-pods 2019-07-26 14:01:59 -07:00
deployment Deployment Controller - don't copy pods in getPodMapForDeployment 2019-07-10 09:14:15 +02:00
disruption Support scale subresource for PDBs (#76294) 2019-05-23 22:24:17 -07:00
endpoint Unit test endpoints controller service deletion 2019-07-31 16:10:09 -07:00
garbagecollector cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
history Update Sig-Apps OWNERS in places that were missed in #76669 2019-06-19 15:36:16 +02:00
job cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
namespace Switch the namespace controller to use the metadata client 2019-07-10 14:31:18 -04:00
nodeipam cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
nodelifecycle Simplify checking in getMinTolerationTime 2019-08-05 10:45:05 -07:00
podautoscaler Test more replicas than spec. 2019-08-06 14:46:34 +02:00
podgc auto-generated file 2019-03-02 12:55:26 +08:00
replicaset cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
replication Updates OWNERS files and OWNERS_ALIASES for SIG Apps to make reviewers 2019-04-16 11:35:21 -07:00
resourcequota cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
route route controller + azure v6 routes 2019-07-02 15:39:06 +00:00
service Added comment after invoking ensureLoadBalancer 2019-08-02 11:24:24 -07:00
serviceaccount cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
statefulset add flag concurrent-statefulset-syncs to kube-controller-manager (#79169) 2019-07-31 22:36:14 -07:00
testutil cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
ttl Move from glog to klog 2018-11-10 07:50:31 -05:00
ttlafterfinished cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
util/node update LastTransitionTime for pod ready condition when node become notready 2019-05-21 17:20:08 +08:00
volume Merge pull request #80460 from mrkm4ntr/pvc-class-name 2019-08-05 15:08:30 -07:00
.import-restrictions AdmissionReview: Install/register 2019-08-01 17:17:42 -04:00
BUILD Use metadata informers instead of dynamic informers in controller manager 2019-07-11 12:18:52 -04:00
client_builder.go Migrate the controller to use TokenRequest and rotate token periodically 2019-03-25 14:54:22 +08:00
client_builder_dynamic.go Migrate the controller to use TokenRequest and rotate token periodically 2019-03-25 14:54:22 +08:00
controller_ref_manager.go Move from glog to klog 2018-11-10 07:50:31 -05:00
controller_ref_manager_test.go remove unused code of (pkg/controller) 2018-10-09 08:15:30 +08:00
controller_utils.go Merge pull request #79592 from tedyu/ctrl-exp-mutex 2019-07-01 09:43:34 -07:00
controller_utils_test.go 1. Fix lint errors for the whole directory staging/src/k8s.io/client-go/tools/cache; 2019-07-27 15:49:03 +08:00
doc.go
informer_factory.go Use metadata informers instead of dynamic informers in controller manager 2019-07-11 12:18:52 -04:00
lookup_cache.go
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00