Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | v2specgen prune libpod | Brent Baude | 2020-04-14 |
| | | | | | | use libpod only in the specgen/generate package so that the remote clients do not inherit libpod bloat. Signed-off-by: Brent Baude <bbaude@redhat.com> | ||
* | Fixes for load and other system tests | Brent Baude | 2020-04-13 |
| | | | | Signed-off-by: Brent Baude <bbaude@redhat.com> | ||
* | podmanv2 pod create using podspecgen | Brent Baude | 2020-03-27 |
using the factory approach similar to container, we now create pods based on a pod spec generator. wired up the podmanv2 pod create command, podcreatewithspec binding, simple binding test, and apiv2 endpoint. also included some code refactoring as it introduced as easy circular import. Signed-off-by: Brent Baude <bbaude@redhat.com> |