| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
HelmChart.Builder |
HelmChart.Builder.chart(String chart)
(experimental) The name of the chart.
|
HelmChart.Builder |
HelmChart.Builder.cluster(ICluster cluster)
(experimental) 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)
(experimental) create namespace if not exist.
|
HelmChart.Builder |
HelmChart.Builder.namespace(String namespace)
(experimental) The Kubernetes namespace scope of the requests.
|
HelmChart.Builder |
HelmChart.Builder.release(String release)
(experimental) The name of the release.
|
HelmChart.Builder |
HelmChart.Builder.repository(String repository)
(experimental) The repository which contains the chart.
|
HelmChart.Builder |
HelmChart.Builder.timeout(Duration timeout)
(experimental) Amount of time to wait for any individual Kubernetes operation.
|
HelmChart.Builder |
HelmChart.Builder.values(Map<String,? extends Object> values)
(experimental) The values to be used by the chart.
|
HelmChart.Builder |
HelmChart.Builder.version(String version)
(experimental) The chart version to install.
|
HelmChart.Builder |
HelmChart.Builder.wait(Boolean wait)
(experimental) 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 © 2021. All rights reserved.