Add replication controller renaming as a cleanup option.

This commit is contained in:
Brendan Burns
2015-04-23 16:27:19 -07:00
parent 45d8c97b0b
commit 591d98b6b2
5 changed files with 64 additions and 15 deletions

View File

@@ -59,9 +59,8 @@ func TestValidateArgs(t *testing.T) {
flags: map[string]string{
"image": "foo:v2",
},
args: []string{"foo"},
expectErr: true,
testName: "missing second image name",
args: []string{"foo"},
testName: "missing second image name",
},
{
flags: map[string]string{