validateClusterLock

validateClusterLock(lock): Promise<boolean>

Verifies Cluster Lock's validity.

Parameters

Parameter
Type
Description

lock

cluster lock

Returns

Promise<boolean>

boolean result to indicate if lock is valid

Throws

on missing keys or values.

An example of how to use validateClusterLock: validateClusterLock

Defined in

services.ts:13

Last updated

Was this helpful?