cri-o/vendor/github.com/docker/engine-api/client
Jonathan Yu 6c9628cdb1
Build and install from GOPATH
* Rename 'vendor/src' -> 'vendor'
  * Ignore vendor/ instead of vendor/src/ for lint
* Rename 'cmd/client' -> 'cmd/ocic' to make it 'go install'able
* Rename 'cmd/server' -> 'cmd/ocid' to make it 'go install'able
* Update Makefile to build and install from GOPATH
* Update tests to locate ocid/ocic in GOPATH/bin
* Search for binaries in GOPATH/bin instead of PATH
* Install tools using `go get -u`, so they are updated on each run

Signed-off-by: Jonathan Yu <jawnsy@redhat.com>
2017-01-17 12:09:09 -08:00
..
transport Build and install from GOPATH 2017-01-17 12:09:09 -08:00
checkpoint_create.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
checkpoint_delete.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
checkpoint_list.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
client.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
client_darwin.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
client_unix.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
client_windows.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_attach.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_commit.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_copy.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_create.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_diff.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_exec.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_export.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_inspect.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_kill.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_list.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_logs.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_pause.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_remove.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_rename.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_resize.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_restart.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_start.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_stats.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_stop.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_top.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_unpause.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_update.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
container_wait.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
errors.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
events.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
hijack.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
image_build.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
image_create.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
image_history.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
image_import.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
image_inspect.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
image_list.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
image_load.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
image_pull.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
image_push.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
image_remove.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
image_save.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
image_search.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
image_tag.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
info.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
interface.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
interface_experimental.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
interface_stable.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
login.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
network_connect.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
network_create.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
network_disconnect.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
network_inspect.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
network_list.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
network_remove.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
node_inspect.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
node_list.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
node_remove.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
node_update.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
plugin_disable.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
plugin_enable.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
plugin_inspect.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
plugin_install.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
plugin_list.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
plugin_push.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
plugin_remove.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
plugin_set.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
request.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
service_create.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
service_inspect.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
service_list.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
service_remove.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
service_update.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
swarm_init.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
swarm_inspect.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
swarm_join.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
swarm_leave.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
swarm_update.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
task_inspect.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
task_list.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
version.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
volume_create.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
volume_inspect.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
volume_list.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
volume_remove.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00