Merge pull request #8604 from brendandburns/kubectl

Make exec more consistent with the rest of the kubectl commands.
This commit is contained in:
Tim Hockin
2015-05-27 16:23:59 -07:00
7 changed files with 103 additions and 28 deletions

View File

@@ -485,10 +485,6 @@ _kubectl_exec()
flags+=("-t")
must_have_one_flag=()
must_have_one_flag+=("--container=")
must_have_one_flag+=("-c")
must_have_one_flag+=("--pod=")
must_have_one_flag+=("-p")
must_have_one_noun=()
}