Class: AbstractDeployer<T>
Type parameters
• T extends DeployerResources
= DeployerResources
Constructors
new AbstractDeployer()
new AbstractDeployer<
T
>():AbstractDeployer
<T
>
Returns
Properties
resources
resources:
T
Source
packages/core/src/utils/abstractdeployer.ts:9
Methods
getSchema()
static
getSchema():JSONSchema6
Allow to specify the JSONSchema to configure this service
Return undefined by default to fallback on the guess from ServiceParamaters
Using this method should only be exception
Returns
JSONSchema6