You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by wi...@apache.org on 2022/08/01 00:14:28 UTC

[yunikorn-site] branch master updated: [YUNIKORN-1268] Document placeholder REST changes (#166)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new adffa1418 [YUNIKORN-1268] Document placeholder REST changes (#166)
adffa1418 is described below

commit adffa14189fea5a90a179e74e27e9abe2f88e2c3
Author: steinsgateted <st...@gmail.com>
AuthorDate: Mon Aug 1 10:13:51 2022 +1000

    [YUNIKORN-1268] Document placeholder REST changes (#166)
    
    Closes: #166
    
    Signed-off-by: Wilfred Spiegelenburg <wi...@apache.org>
---
 docs/api/scheduler.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/api/scheduler.md b/docs/api/scheduler.md
index b6e0a1cf7..ddb4dd1bd 100644
--- a/docs/api/scheduler.md
+++ b/docs/api/scheduler.md
@@ -393,8 +393,8 @@ In the example below there are three allocations belonging to two applications,
                     "memory": 1000000000,
                     "vcore": 100
                 },
-                "requiredNode": "",
-                "replaced": 2
+                "replaced": 1,
+                "timedout": 1
             }
         ]
     },