You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by GitBox <gi...@apache.org> on 2022/03/18 02:37:19 UTC

[GitHub] [incubator-yunikorn-site] steinsgateted commented on a change in pull request #136: [YUNIKORN-1114] document changes from YUNIKORN-961

steinsgateted commented on a change in pull request #136:
URL: https://github.com/apache/incubator-yunikorn-site/pull/136#discussion_r829653589



##########
File path: docs/api/cluster.md
##########
@@ -38,11 +38,20 @@ Returns general information about the clusters managed by the YuniKorn Scheduler
 
 **Content examples**
 
-As an example, here is a response from a 2-node cluster with 3 applications and 4 running containers.
+As an example, here is a response from a 2-node cluster with 3 applications and 4 running containers and 1 resource manager.
 
 ```json
 [
     {
+        "scheduleStartDate": "2022-02-21T11:12:05+0000",
+        "rmBuildInformation": [
+          {
+            "buildDate": "2022-02-21T19:09:16+0800",
+            "buildVersion": "latest",
+            "isPluginVersion": "false",
+            "rmId": "rm-123"
+          }

Review comment:
       Modified. Thanks.




-- 
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: reviews-unsubscribe@yunikorn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org