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 <[email protected]>
AuthorDate: Mon Aug 1 10:13:51 2022 +1000

    [YUNIKORN-1268] Document placeholder REST changes (#166)
    
    Closes: #166
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 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
             }
         ]
     },

Reply via email to