Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix longname handling for bindings | Brent Baude | 2020-01-31 |
| | | | | | | the api needs to account for image input where the image is encoded as a fqd image name. Signed-off-by: Brent Baude <bbaude@redhat.com> | ||
* | apiv2 binding test fixes | Brent Baude | 2020-01-29 |
| | | | | | | a recent refactor in the bindings broke the tests. quick fixes to get them working again. Signed-off-by: Brent Baude <bbaude@redhat.com> | ||
* | [CI:DOCS]Binding overhauls | Brent Baude | 2020-01-28 |
Add binding for networks and begin documentation for binding methods for godoc. Also, add major functions to their own subpackages so reduce the amount of of method confusion. So instead of: bindings.ListImages(), we now do a [bindings].images.List(). Also, the connection is passed to each binding method via a context to allow for future growth. Lastly, add first set of tests. There are a couple of things to work out for rootless tests yet. Signed-off-by: Brent Baude <bbaude@redhat.com> |