summaryrefslogtreecommitdiff
path: root/completions/bash/podman
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-12-03 12:21:44 -0800
committerGitHub <noreply@github.com>2018-12-03 12:21:44 -0800
commit5f6ad82524ca7a3281c8464c84b4f9be4ff90aef (patch)
treed036677ca9be92e404858312b99f84b312673263 /completions/bash/podman
parent03aafff4ef0ebd8fb03836d59dc2dacdc233696f (diff)
parent318bf7017bcb82da9f73cfce9e3a963b61252788 (diff)
downloadpodman-5f6ad82524ca7a3281c8464c84b4f9be4ff90aef.tar.gz
podman-5f6ad82524ca7a3281c8464c84b4f9be4ff90aef.tar.bz2
podman-5f6ad82524ca7a3281c8464c84b4f9be4ff90aef.zip
Merge pull request #1913 from baude/podexists
podman pod exists
Diffstat (limited to 'completions/bash/podman')
-rw-r--r--completions/bash/podman8
1 files changed, 8 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman
index 3cccf2192..9518cfa22 100644
--- a/completions/bash/podman
+++ b/completions/bash/podman
@@ -2235,6 +2235,14 @@ _podman_container_exists() {
"
}
+_podman_pod_exists() {
+ local options_with_args="
+ "
+
+ local boolean_options="
+ "
+}
+
_podman_image_exists() {
local options_with_args="
"