wilfred-s commented on a change in pull request #370:
URL:
https://github.com/apache/incubator-yunikorn-core/pull/370#discussion_r811525255
##########
File path: pkg/scheduler/objects/node.go
##########
@@ -49,6 +50,7 @@ type Node struct {
allocations map[string]*Allocation
schedulable bool
unlimited bool
+ ready bool
Review comment:
Checking the shim side and K8s itself I think we need to stick with
_Ready_ to not confuse things.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]