api: update godoc

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Upstream-commit: 6aa76adf59ce90701f9ccbd6f07caf97228a9f50
Component: engine
This commit is contained in:
Tonis Tiigi
2018-05-25 15:18:24 -07:00
parent 99ee72157e
commit d23b97504d

View File

@ -181,8 +181,12 @@ type ImageBuildOptions struct {
Target string
SessionID string
Platform string
Version BuilderVersion
BuildID string
// Version specifies the version of the unerlying builder to use
Version BuilderVersion
// BuildID is an optional identifier that can be passed together with the
// build request. The same identifier can be used to gracefully cancel the
// build with the cancel request.
BuildID string
}
// BuilderVersion sets the version of underlying builder to use