containerd/cmd/dist
Stephen J Day 6ab6cdce71
cmd/dist: change fetch to fetch-object command
To allow us to differentiate from fetching an image, fetch a part of an
image and pulling an image, we now call the `fetch` command the
`fetch-object` command. We can now introduce a command that does the
complete image fetch without creating snapshots, allowing `pull` to
perform the entire process.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-03-02 13:50:09 -08:00
..
active.go content: refactor content store for API 2017-02-21 13:10:22 -08:00
apply.go Update log lines to use containerd log package 2017-02-17 11:50:49 -08:00
common.go cmd/dist: add global connect-timeout for GRPC 2017-02-28 16:43:08 -08:00
delete.go cmd/dist: change fetch to fetch-object command 2017-03-02 13:50:09 -08:00
fetchobject.go cmd/dist: change fetch to fetch-object command 2017-03-02 13:50:09 -08:00
get.go services/content: move service client into package 2017-02-28 17:12:24 -08:00
ingest.go services/content: move service client into package 2017-02-28 17:12:24 -08:00
list.go Use errors.New() directly to output the error message 2017-02-22 10:53:16 +08:00
main.go cmd/dist: change fetch to fetch-object command 2017-03-02 13:50:09 -08:00