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 <katroganGH@gmail.com>
  • Loading branch information
Katrina Rogan authored Aug 5, 2021
1 parent f464e4d commit 1f41273
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 1f41273

Please sign in to comment.