summaryrefslogtreecommitdiff
path: root/cmd/podman/cliconfig/config.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-08 15:05:06 +0100
committerGitHub <noreply@github.com>2020-01-08 15:05:06 +0100
commit27caffbb240725255485deaaecd548663adbf1fd (patch)
treeaa6bb260b836f8cb534cd494e953b781dffc57bd /cmd/podman/cliconfig/config.go
parent0b9dd1a1a0e967e87c242c865cd244f90cb740e1 (diff)
parent40b74e02b77e83c377fdae83f626f83403b38152 (diff)
downloadpodman-27caffbb240725255485deaaecd548663adbf1fd.tar.gz
podman-27caffbb240725255485deaaecd548663adbf1fd.tar.bz2
podman-27caffbb240725255485deaaecd548663adbf1fd.zip
Merge pull request #4712 from openSUSE/untag-command
Add `untag` sub-command
Diffstat (limited to 'cmd/podman/cliconfig/config.go')
-rw-r--r--cmd/podman/cliconfig/config.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go
index 282d90d0b..0e4315411 100644
--- a/cmd/podman/cliconfig/config.go
+++ b/cmd/podman/cliconfig/config.go
@@ -681,3 +681,7 @@ type SystemDfValues struct {
Verbose bool
Format string
}
+
+type UntagValues struct {
+ PodmanCommand
+}