Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Prepare support in kube play for other volume types than hostPath | Alban Bedel | 2020-11-27 |
| | | | | | | | | | | Replace the simple map of names to paths with a map of names to a struct to allow passing more parameters. Also move the code to parse the volumes to its own file to avoid making the playKubePod() function overly complex. Finally rework the kube volumes test to also be ready to support more volume types. Signed-off-by: Alban Bedel <albeu@free.fr> | ||
* | migrate play kube to spec gen | baude | 2020-11-10 |
we need to migrate play kube away from using the old container creation method. the new approach is specgen and this aligns play kube with container creation in the rest of podman. Signed-off-by: baude <bbaude@redhat.com> |