Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Created MapOptions for PodCreate | cdoern | 2021-09-20 |
MapOptions take the pod and container create options, assigning matching values from infra back to the pod for the Libpod API. This function, unlike the previous one, does not require any manual additions when new options are added since it uses the structs JSON tags, this is a more modular approach. Signed-off-by: cdoern <cdoern@redhat.com> |