summaryrefslogtreecommitdiff
path: root/cmd/podman/cliconfig
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-15 10:52:57 -0700
committerGitHub <noreply@github.com>2019-03-15 10:52:57 -0700
commit6e4c32967ec02cdc33b801df8b5730dffce9b8a3 (patch)
tree378514eec06b567f0a87f81e939d55b8366eb40b /cmd/podman/cliconfig
parent8aed32acea9bb35898abcee58fc9aa2a03ef264a (diff)
parent504a0ff72fefee5c186b8888d7df6e2aa22a6320 (diff)
downloadpodman-6e4c32967ec02cdc33b801df8b5730dffce9b8a3.tar.gz
podman-6e4c32967ec02cdc33b801df8b5730dffce9b8a3.tar.bz2
podman-6e4c32967ec02cdc33b801df8b5730dffce9b8a3.zip
Merge pull request #2595 from jwhonce/bug/1677908
Add --replace flag to "podman container runlabel"
Diffstat (limited to 'cmd/podman/cliconfig')
-rw-r--r--cmd/podman/cliconfig/config.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go
index cb9d9a338..1461c9f03 100644
--- a/cmd/podman/cliconfig/config.go
+++ b/cmd/podman/cliconfig/config.go
@@ -421,14 +421,15 @@ type RmiValues struct {
type RunlabelValues struct {
PodmanCommand
Authfile string
- Display bool
CertDir string
Creds string
+ Display bool
Name string
Opt1 string
Opt2 string
Opt3 string
Quiet bool
+ Replace bool
SignaturePolicy string
TlsVerify bool
}