Separately for the pods and hosts

Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
This commit is contained in:
Mikolaj Pawlikowski
2021-03-12 12:56:27 +00:00
parent 3edecea467
commit c7a7008bf5
+10 -2
View File
@@ -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