Skip to content

Commit

Permalink
Add interruptible override to execution #minor (#287)
Browse files Browse the repository at this point in the history
* Added interruptible flag for execution to protos

Signed-off-by: Nick Müller <[email protected]>

* Changed execution interruptible flag to use regular bool

Signed-off-by: Nick Müller <[email protected]>

* Changed interruptible overrides to use BoolValue
Allows distinguishment between a value not being provided and the go zerovalue false

Signed-off-by: Nick Müller <[email protected]>

* Interruptible flag comment/documentation

Signed-off-by: Nick Müller <[email protected]>

* Interruptible flag comment/documentation

Signed-off-by: Nick Müller <[email protected]>

* Removed unescaped quotes from proto comments
Included documentation for  in proto generation

Signed-off-by: Nick Müller <[email protected]>

* Re-generated documentation

Signed-off-by: Nick Müller <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
Nick Müller authored and eapolinario committed Sep 13, 2023
1 parent 3f0b4fc commit 0a42b8c
Show file tree
Hide file tree
Showing 34 changed files with 4,179 additions and 832 deletions.
300 changes: 189 additions & 111 deletions flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 140 additions & 62 deletions flyteidl/gen/pb-cpp/flyteidl/admin/launch_plan.pb.cc

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions flyteidl/gen/pb-cpp/flyteidl/admin/launch_plan.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0a42b8c

Please sign in to comment.