Skip to main content

Function: testClusterHealth()

function testClusterHealth(cluster?: string): Promise<any[]>

Checks cluster health Will throw an error if the cluster is not healthy.

Parameters

ParameterType
cluster?string

Returns

Promise<any[]>

Defined in

src/lib/k8s/api/v1/clusterApi.ts:48