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
Justin Chadwell 3c3e4a6d5f
controller: refactor build inputs to external struct
This patch continues the move to attempt to merge the build.Options
struct into the controllerapi.Options message.

To do this, we extract all the input parameters into a dedicated message
(adding the missing ones, except for the InStream parameter which will
require some additional fiddling around). We also rework the
NamedContexts to allow containing States (by transmitting them as
DefinitionOps), and adding a Linked field to the common options.

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.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 controller: refactor build inputs to external struct 2 years ago
controller.proto controller: refactor build inputs to external struct 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: refactor build inputs to external struct 2 years ago
path_test.go controller: refactor build inputs to external struct 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