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-07 22:13:03 +0100
committerGitHub <noreply@github.com>2020-01-07 22:13:03 +0100
commitc41fd09a8da3a96bc0e58f9f29f87b9bdf30264d (patch)
tree3d529c5b83bacd26c9b2b36e94349cc0bfca2e31 /cmd/podman/cliconfig/config.go
parentbd3d8f4e282dc7a552d955bf5958b53d23937604 (diff)
parentb6792b61de7706ad6019a98db23c2a62753b1bde (diff)
downloadpodman-c41fd09a8da3a96bc0e58f9f29f87b9bdf30264d.tar.gz
podman-c41fd09a8da3a96bc0e58f9f29f87b9bdf30264d.tar.bz2
podman-c41fd09a8da3a96bc0e58f9f29f87b9bdf30264d.zip
Merge pull request #4781 from haircommander/seccomp-profile-root
play kube: make seccomp handling better conform to k8s
Diffstat (limited to 'cmd/podman/cliconfig/config.go')
-rw-r--r--cmd/podman/cliconfig/config.go13
1 files changed, 7 insertions, 6 deletions
diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go
index e81756808..282d90d0b 100644
--- a/cmd/podman/cliconfig/config.go
+++ b/cmd/podman/cliconfig/config.go
@@ -308,12 +308,13 @@ type HealthCheckValues struct {
type KubePlayValues struct {
PodmanCommand
- Authfile string
- CertDir string
- Creds string
- Quiet bool
- SignaturePolicy string
- TlsVerify bool
+ Authfile string
+ CertDir string
+ Creds string
+ Quiet bool
+ SignaturePolicy string
+ TlsVerify bool
+ SeccompProfileRoot string
}
type PodCreateValues struct {