You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/controller/pb
Kohei Tokunaga de693264a8
Add BuildOptions.Debug for allowing lazy evaluation of ResultHandler
This commit adds BuildOptions.Debug that allows skipping the evaluation of the
ResultHandler. The ResultHandler is created without evaluated, so calling Build
API with this flag always returns an error with the reference ID of that
(errored) ResultHandler. Note that this state of ResultHandler doesn't contain
result nor error so any operation on that ResultHandler will result in an error.

Following commit will allow user to do further operations (e.g. evaluation of a
bulid) using the buildkit client held by that ResultHandler.

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
2 years ago
..
attest.go controller: handle attestation options across api 2 years ago
cache.go controller: strongly type the controller api 2 years ago
controller.pb.go Add BuildOptions.Debug for allowing lazy evaluation of ResultHandler 2 years ago
controller.proto Add BuildOptions.Debug for allowing lazy evaluation of ResultHandler 2 years ago
export.go controller: strongly type the controller api 2 years ago
generate.go controller: move controllers out of commands into separate package 2 years ago
path.go controller: move path resolution into controller package 2 years ago
path_test.go controller: move path resolution into controller package 2 years ago
progress.go build: display build details link 2 years ago
secrets.go controller: strongly type the controller api 2 years ago
ssh.go controller: strongly type the controller api 2 years ago