| Modifier and Type | Method and Description |
|---|---|
HelmChart.Builder |
HelmChart.Builder.chart(String chart)
The name of the chart.
|
HelmChart.Builder |
HelmChart.Builder.chartAsset(Asset chartAsset)
The chart in the form of an asset.
|
HelmChart.Builder |
HelmChart.Builder.cluster(ICluster cluster)
The EKS cluster to apply this configuration to.
|
static HelmChart.Builder |
HelmChart.Builder.create(software.constructs.Construct scope,
String id) |
HelmChart.Builder |
HelmChart.Builder.createNamespace(Boolean createNamespace)
create namespace if not exist.
|
HelmChart.Builder |
HelmChart.Builder.namespace(String namespace)
The Kubernetes namespace scope of the requests.
|
HelmChart.Builder |
HelmChart.Builder.release(String release)
The name of the release.
|
HelmChart.Builder |
HelmChart.Builder.repository(String repository)
The repository which contains the chart.
|
HelmChart.Builder |
HelmChart.Builder.timeout(Duration timeout)
Amount of time to wait for any individual Kubernetes operation.
|
HelmChart.Builder |
HelmChart.Builder.values(Map<String,? extends Object> values)
The values to be used by the chart.
|
HelmChart.Builder |
HelmChart.Builder.version(String version)
The chart version to install.
|
HelmChart.Builder |
HelmChart.Builder.wait(Boolean wait)
Whether or not Helm should wait until all Pods, PVCs, Services, and minimum number of Pods of a Deployment, StatefulSet, or ReplicaSet are in a ready state before marking the release as successful.
|
Copyright © 2022. All rights reserved.