Abstract
Static
failStatic
validateProtected
addDeploys the helm chart in the cluster.
Optional
values: ValuesOptional
createNamespace: booleanOptional
wait: booleanOptional
timeout: DurationAbstract
deployExpected to be implemented in concrete subclasses.
Static
validate
ClusterAddOn is the interface to which all Cluster addons should conform. If the Promise is returned then the framework will ensure promises
are resolved before the Teams setup() and postDeploy() methods are invoked.
If void is returned, then no dependency features apply.
Param: clusterInfo
Returns
Promise<cdk.Construct> | void