summaryrefslogtreecommitdiff
path: root/pkg/bindings/test/volumes_test.go
Commit message (Collapse)AuthorAge
* Reduce CPU usage when --timeout=0Jhon Honce2020-03-18
| | | | | | | | | * Add second go routine for when a Timer is not needed. * goimports updated some project files Fixes #5531 Signed-off-by: Jhon Honce <jhonce@redhat.com>
* binding tests for volumesBrent Baude2020-02-27
add binding tests for volumes: inspect(get), create, remove, prune, and list implement filters ability for volumes Signed-off-by: Brent Baude <bbaude@redhat.com>