Merge pull request #8628 from jlowdermilk/delete-not-found

Delete fails on notfound errors.
This commit is contained in:
Tim Hockin
2015-05-27 16:26:41 -07:00
9 changed files with 89 additions and 31 deletions

View File

@@ -364,6 +364,7 @@ _kubectl_delete()
flags+=("--grace-period=")
flags+=("--help")
flags+=("-h")
flags+=("--ignore-not-found")
flags+=("--selector=")
two_word_flags+=("-l")
@@ -587,6 +588,7 @@ _kubectl_stop()
flags+=("--grace-period=")
flags+=("--help")
flags+=("-h")
flags+=("--ignore-not-found")
flags+=("--selector=")
two_word_flags+=("-l")