chia7712 commented on code in PR #762:
URL: https://github.com/apache/yunikorn-core/pull/762#discussion_r1436134285


##########
pkg/webservice/dao/node_util.go:
##########
@@ -18,6 +18,12 @@
 
 package dao
 
+type PartitionNodesUtilDAOInfo struct {
+       ClusterId     string              `json:"clusterId,omitempty"`
+       Partition     string              `json:"partition,omitempty"`
+       NodesUtilList []*NodesUtilDAOInfo `json:"utilizationList,omitempty"`

Review Comment:
   how about naming it `utilizations`?



-- 
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]

Reply via email to