Skip to content

Commit

Permalink
Add ephemeral storage as a matchable resource too (#204)
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
Katrina Rogan authored and eapolinario committed Sep 13, 2023
1 parent ff2cfd2 commit 6efeb34
Show file tree
Hide file tree
Showing 15 changed files with 589 additions and 212 deletions.
197 changes: 136 additions & 61 deletions flyteidl/gen/pb-cpp/flyteidl/admin/matchable_resource.pb.cc

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions flyteidl/gen/pb-cpp/flyteidl/admin/matchable_resource.pb.h

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

144 changes: 77 additions & 67 deletions flyteidl/gen/pb-go/flyteidl/admin/matchable_resource.pb.go

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

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

3 changes: 3 additions & 0 deletions flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4500,6 +4500,9 @@
},
"storage": {
"type": "string"
},
"ephemeral_storage": {
"type": "string"
}
},
"description": "Defines a set of overridable task resource attributes set during task registration."
Expand Down
Loading

0 comments on commit 6efeb34

Please sign in to comment.