Deployment adds version info to its new rc

This commit is contained in:
Janet Kuo
2016-01-12 17:52:18 -08:00
parent 9fef5f2938
commit c84a0371a2
7 changed files with 162 additions and 32 deletions

View File

@@ -487,6 +487,7 @@ func TestSyncDeploymentCreatesRC(t *testing.T) {
opt := newListOptions()
f.expectCreateRCAction(rc)
f.expectUpdateDeploymentAction(d)
f.expectUpdateRCAction(updatedRC)
f.expectListPodAction(rc.Namespace, opt)
f.expectUpdateDeploymentAction(d)