-
Notifications
You must be signed in to change notification settings - Fork 61
ClusterAssignment stores cluster pool for execution placement #321
Conversation
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
Codecov Report
@@ Coverage Diff @@
## master #321 +/- ##
=======================================
Coverage 75.04% 75.04%
=======================================
Files 18 18
Lines 1162 1162
=======================================
Hits 872 872
Misses 237 237
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
efc4b0a
to
bf68762
Compare
|
||
// A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS. | ||
repeated Selector selectors = 1; | ||
string cluster_pool_name = 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.
@katrogan assured me that is not used , so I think there is no need to skip 1,2 positions
Signed-off-by: Iaroslav Ciupin <[email protected]>
f40a947
to
13fc7b9
Compare
Signed-off-by: Iaroslav Ciupin <[email protected]>
Signed-off-by: Iaroslav Ciupin <[email protected]>
Signed-off-by: Iaroslav Ciupin <[email protected]>
Signed-off-by: Iaroslav Ciupin <[email protected]>
Signed-off-by: Iaroslav Ciupin <[email protected]>
f8bbeaf
to
5031b9c
Compare
Signed-off-by: Iaroslav Ciupin <[email protected]>
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.
Thank you for the due diligence and ensuring backward compatibility!
Signed-off-by: Iaroslav Ciupin <[email protected]>
5581ca1
Signed-off-by: Iaroslav Ciupin <[email protected]>
Congrats on merging your first pull request! 🎉 |
* Cluster Pool execution placement Signed-off-by: Haytham Abuelfutuh <[email protected]> * Make generate Signed-off-by: Haytham Abuelfutuh <[email protected]> * wip Signed-off-by: Haytham Abuelfutuh <[email protected]> * make generate using new image Signed-off-by: Iaroslav Ciupin <[email protected]> * make generate again Signed-off-by: Iaroslav Ciupin <[email protected]> * make generate Signed-off-by: Iaroslav Ciupin <[email protected]> * make generate go1.18 Signed-off-by: Iaroslav Ciupin <[email protected]> * make generate go1.18.5 Signed-off-by: Iaroslav Ciupin <[email protected]> * backward-compatible ClusterAssignment Signed-off-by: Iaroslav Ciupin <[email protected]> * make generate Signed-off-by: Iaroslav Ciupin <[email protected]> Signed-off-by: Haytham Abuelfutuh <[email protected]> Signed-off-by: Iaroslav Ciupin <[email protected]> Co-authored-by: Haytham Abuelfutuh <[email protected]>
TL;DR
Need a way to pass cluster pool for assigning newly created execution to it.
Type
Are all requirements met?