terafoundation / validate-configs
validate-configs
Functions
default()
default<
S
,A
,D
>(cluster
,config
,sysconfig
):Promise
<Terafoundation.SysConfig
<S
>>
Type parameters
Type parameter | Value |
---|---|
S | Record <string , any > |
A | Record <string , any > |
D extends string | string |
Parameters
Parameter | Type | Description |
---|---|---|
cluster | Cluster | the nodejs cluster metadata |
config | Config <S , A , D > | the config object passed to the library terafoundation |
sysconfig | PartialDeep <SysConfig <S >> | unvalidated sysconfig |
Returns
Promise
<Terafoundation.SysConfig
<S
>>