kubernetes/pkg/controller/deployment/util
Kubernetes Submit Queue 90a4eda96b Merge pull request #41809 from kargakis/rollout-status-fix
Automatic merge from submit-queue

kubectl: respect deployment strategy parameters for rollout status

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

`rollout status` now respects the strategy parameters for a RollingUpdate Deployment. This means that it will exit as soon as minimum availability is reached for a rollout (note that if you allow maximum availability, `rollout status` will succeed as soon as the new pods are created)

@janetkuo @AdoHe ptal
2017-03-04 19:35:21 -08:00
..
BUILD Sort slices before comparing in deployment util test 2017-02-23 12:42:42 -08:00
deployment_util_test.go Sort slices before comparing in deployment util test 2017-02-23 12:42:42 -08:00
deployment_util.go Merge pull request #41809 from kargakis/rollout-status-fix 2017-03-04 19:35:21 -08:00
hash_test.go Test and benchmark adler and fnv 2017-01-06 17:51:20 +01:00
pod_util.go DaemonSet updates 2017-02-27 09:15:56 +01:00
replicaset_util.go Replace hand-written informers with generated ones 2017-02-06 13:49:27 -05:00