Update kpod load to add signature-policy (2)

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
TomSweeneyRedHat 2017-10-12 20:35:08 -04:00
parent cd1bac5ee0
commit 54a043bfcd
7 changed files with 60 additions and 5 deletions

View file

@ -170,6 +170,7 @@ _kpod_logs() {
_kpod_pull() {
local options_with_args="
--signature-policy
"
local boolean_options="
--all-tags -a
@ -424,6 +425,7 @@ _complete_() {
_kpod_load() {
local options_with_args="
--input -i
--signature-policy
"
local boolean_options="
--quiet -q