You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by ma...@apache.org on 2021/08/25 14:21:17 UTC

[incubator-yunikorn-site] branch master updated: [YUNIKORN-824] add new filed "ClusterDAOInfo#PartitionName" to json response of docs (#77)

This is an automated email from the ASF dual-hosted git repository.

mani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a0f097  [YUNIKORN-824] add new filed "ClusterDAOInfo#PartitionName" to json response of docs (#77)
6a0f097 is described below

commit 6a0f0979b212acc8691f4639c14449263ef7ac86
Author: Chia-Ping Tsai <ch...@gmail.com>
AuthorDate: Wed Aug 25 22:21:12 2021 +0800

    [YUNIKORN-824] add new filed "ClusterDAOInfo#PartitionName" to json response of docs (#77)
    
    looks good.
---
 docs/api/cluster.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/api/cluster.md b/docs/api/cluster.md
index 6dababd..5ad3f4f 100644
--- a/docs/api/cluster.md
+++ b/docs/api/cluster.md
@@ -43,6 +43,7 @@ As an example, here is a response from a 2-node cluster with 3 applications and
 ```json
 [
     {
+        "partition": "[rm-123]default",
         "clusterName": "kubernetes",
         "totalApplications": "3",
         "failedApplications": "1",