Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

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 <nmueller@blackshark.ai>

* Changed execution interruptible flag to use regular bool

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* 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 <nmueller@blackshark.ai>

* Interruptible flag comment/documentation

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* Interruptible flag comment/documentation

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

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

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* Re-generated documentation

Signed-off-by: Nick Müller <nmueller@blackshark.ai>
  • Loading branch information
Nick Müller committed May 2, 2022
1 parent 40c00fe commit e749b82
Show file tree
Hide file tree
Showing 34 changed files with 4,179 additions and 832 deletions.
300 changes: 189 additions & 111 deletions gen/pb-cpp/flyteidl/admin/execution.pb.cc

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions 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 gen/pb-cpp/flyteidl/admin/launch_plan.pb.cc

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions 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 e749b82

Please sign in to comment.