From b0730e88df5cc6bbe67ce0ce35fc495a4d672cf0 Mon Sep 17 00:00:00 2001 From: Mikolaj Pawlikowski Date: Fri, 12 Mar 2021 13:05:53 +0000 Subject: [PATCH] Actually, just keep it simple Signed-off-by: Mikolaj Pawlikowski --- swagger.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/swagger.yml b/swagger.yml index 2d0c3ee..5676f51 100644 --- a/swagger.yml +++ b/swagger.yml @@ -136,23 +136,11 @@ definitions: OK: type: boolean default: false - podsHealthy: + nodesHealthy: type: array items: type: string - podsUnhealthy: - type: array - items: - type: string - hostsHealthy: - type: array - items: - type: string - hostsUnhealthy: - type: array - items: - type: string - DNS: + nodesUnhealthy: type: array items: type: string