Michail Kargakis
212a26dc95
controller: set minReadySeconds in deployment's replica sets
...
* Estimate available pods for a deployment by using minReadySeconds on
the replica set.
* Stop requeueing deployments on pod events, superseded by following the
replica set status.
* Cleanup redundant deployment utilities
2016-10-13 12:27:47 +02:00
deads2k
c30b2efc46
update replicaset lister
2016-10-05 15:20:27 -04:00
Janet Kuo
2d1490a024
Fix the map concurrent read/write issue in deployment controller
2016-08-03 16:51:53 -07:00
Kubernetes Submit Queue
67c7401fd8
Merge pull request #26688 from asalkeld/more-unittests-util-env
...
Automatic merge from submit-queue
Increase the unit test coverage in pkg/util
These are easy to test, so lets increase coverage.
2016-08-03 13:43:28 -07:00
Michal Rostecki
59ca5986dd
Print/log pointers of structs with %#v instead of %+v
...
There are many places in k8s where %+v is used to format a pointer
to struct, which isn't working as expected.
Fixes #26591
2016-08-01 22:27:56 +02:00
Angus Salkeld
6a0577cfcc
Increase coverage in pkg/util/deployment
2016-07-08 12:35:23 +02:00
Angus Salkeld
eec08872c7
Move deployment utilities to there own package
2016-07-08 09:46:56 +02:00