diff options
author | Christian Felder <c.felder@fz-juelich.de> | 2020-03-26 15:12:22 +0100 |
---|---|---|
committer | Christian Felder <c.felder@fz-juelich.de> | 2020-03-27 10:00:01 +0100 |
commit | 91dbdff77e159fb5377cd57733a05c72cbd94c97 (patch) | |
tree | 2774d13e8d045e4ae8a4ec5f3c9829f8d0d391d4 /cmd/podman/cliconfig/config.go | |
parent | 90d82eb0349850521fcc53a4ddafa08e0785ebf0 (diff) | |
download | podman-91dbdff77e159fb5377cd57733a05c72cbd94c97.tar.gz podman-91dbdff77e159fb5377cd57733a05c72cbd94c97.tar.bz2 podman-91dbdff77e159fb5377cd57733a05c72cbd94c97.zip |
Add support for specifying CNI networks in podman play kube
Fixes: #5609
Signed-off-by: Christian Felder <c.felder@fz-juelich.de>
Diffstat (limited to 'cmd/podman/cliconfig/config.go')
-rw-r--r-- | cmd/podman/cliconfig/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go index 3428746a9..f96140fd2 100644 --- a/cmd/podman/cliconfig/config.go +++ b/cmd/podman/cliconfig/config.go @@ -318,6 +318,7 @@ type KubePlayValues struct { Authfile string CertDir string Creds string + Network string Quiet bool SignaturePolicy string TlsVerify bool |