mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +00:00
Deployment adds version info to its new rc
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user