aboutsummaryrefslogtreecommitdiff
path: root/pkg/bindings/internal/util
Commit message (Collapse)AuthorAge
* Implement --archive flag for podman cpMatej Vasek2021-07-01
| | | | Signed-off-by: Matej Vasek <mvasek@redhat.com>
* read secret config from config file if no user data.Tino Rusch2021-06-24
| | | | | | | | | | | | feat: read secret config from config file if the user hasn't entered explicit config values feat: allow to specify `--driver-opts opt1=val1,opt2=val2` in the secret create command to allow overriding the default values fix: show driver options in `podman secret inspect` Signed-off-by: Tino Rusch <tino.rusch@gmail.com>
* [NO TESTS NEEDED] Make binding util internalMatej Vasek2021-02-22
The functions are supposed to be called only from generated code Signed-off-by: Matej Vasek <mvasek@redhat.com>