Merge pull request #21152 from kargakis/fix-cleanup-policy

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-13 03:47:33 -08:00
3 changed files with 23 additions and 32 deletions

View File

@@ -2117,7 +2117,7 @@ func waitForDeploymentOldRSsNum(c *clientset.Clientset, ns, deploymentName strin
if err != nil {
return false, err
}
oldRSs, _, err := deploymentutil.GetOldReplicaSets(*deployment, c)
_, oldRSs, err := deploymentutil.GetOldReplicaSets(*deployment, c)
if err != nil {
return false, err
}