summaryrefslogtreecommitdiff
path: root/pkg/bindings/test/exec_test.go
Commit message (Collapse)AuthorAge
* Make convenience boxed true/false easier to useJhon Honce2020-05-14
| | | | | | | * changed PFalse to &false * changed PTrue to &true Signed-off-by: Jhon Honce <jhonce@redhat.com>
* Add bindings for Container Exec Create + InspectMatthew Heon2020-03-26
Also adds some basic tests for these two. More tests are needed but will have to wait for state to be finished. Signed-off-by: Matthew Heon <matthew.heon@pm.me>