Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | V2 podman inspect | Jhon Honce | 2020-04-01 |
| | | | | | | | * Expose podman container inspect * Expose podman image inspect Signed-off-by: Jhon Honce <jhonce@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> |