mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-08-23 21:36:25 +00:00
Separately for the pods and hosts
Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
This commit is contained in:
+10
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user