From c7a7008bf5e2acf7bc98eb47cd95e1ab8a9be1b6 Mon Sep 17 00:00:00 2001 From: Mikolaj Pawlikowski Date: Fri, 12 Mar 2021 12:56:27 +0000 Subject: [PATCH] Separately for the pods and hosts Signed-off-by: Mikolaj Pawlikowski --- swagger.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/swagger.yml b/swagger.yml index 0c4c063..2d0c3ee 100644 --- a/swagger.yml +++ b/swagger.yml @@ -136,11 +136,19 @@ definitions: OK: type: boolean default: false - instancesHealthy: + podsHealthy: type: array items: type: string - instancesUnealthy: + podsUnhealthy: + type: array + items: + type: string + hostsHealthy: + type: array + items: + type: string + hostsUnhealthy: type: array items: type: string