mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +00:00
Fix scale x->x in kubectl for ReplicationController
This commit is contained in:
@@ -70,7 +70,7 @@ func TestReplicationControllerStop(t *testing.T) {
|
||||
},
|
||||
},
|
||||
StopError: nil,
|
||||
ExpectedActions: []string{"get", "list", "get", "update", "watch", "delete"},
|
||||
ExpectedActions: []string{"get", "list", "get", "update", "get", "delete"},
|
||||
},
|
||||
{
|
||||
Name: "NoOverlapping",
|
||||
@@ -108,7 +108,7 @@ func TestReplicationControllerStop(t *testing.T) {
|
||||
},
|
||||
},
|
||||
StopError: nil,
|
||||
ExpectedActions: []string{"get", "list", "get", "update", "watch", "delete"},
|
||||
ExpectedActions: []string{"get", "list", "get", "update", "get", "delete"},
|
||||
},
|
||||
{
|
||||
Name: "OverlappingError",
|
||||
|
||||
Reference in New Issue
Block a user