Skip to main content
Version: v1.1.0

validateClusterLock

validateClusterLock(lock): Promise<boolean>

Verifies Cluster Lock's validity.

Parameters

ParameterTypeDescription
lockClusterLockcluster 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

Source

services.ts:13