-
Notifications
You must be signed in to change notification settings - Fork 62
[MB-2105] Add list all to get state of the world for matching attributes #39
Conversation
@@ -64,3 +64,23 @@ message MatchingAttributes { | |||
ExecutionClusterLabel execution_cluster_label = 4; | |||
} | |||
} | |||
|
|||
message MatchableResourceConfiguration { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: mind adding docs for the messages?
} | ||
|
||
message ListMatchableResourcesRequest { | ||
string domain = 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why only domain?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we scope everything in the system by domain? but i can remove if you think it's not a great requirement!
|
||
string project = 3; | ||
|
||
string workflow = 4; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You would need Priority and Launch plan as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for launch plan, thanks for the catch
as for priority, i'd rather the server render the resolved state of the world so the caller of this endpoint can see what the actual applied values are
} | ||
|
||
// Request all matching resource attributes. | ||
message ListMatchableResourcesRequest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to name this matchable ? or resource attribute.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure, done
ping @anandswaminathan |
+1 |
No description provided.