@Stability(value=Stable) @Internal public static final class HelmChartProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HelmChartProps
HelmChartPropssoftware.amazon.jsii.JsiiObject.InitializationModeHelmChartProps.Builder, HelmChartProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ICluster cluster,
String chart,
Boolean createNamespace,
String namespace,
String release,
String repository,
Duration timeout,
Map<String,? extends Object> values,
String version,
Boolean wait)
Constructor that initializes the object based on literal property values passed by the
HelmChartProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getChart()
The name of the chart.
|
ICluster |
getCluster()
The EKS cluster to apply this configuration to.
|
Boolean |
getCreateNamespace()
create namespace if not exist.
|
String |
getNamespace()
The Kubernetes namespace scope of the requests.
|
String |
getRelease()
The name of the release.
|
String |
getRepository()
The repository which contains the chart.
|
Duration |
getTimeout()
Amount of time to wait for any individual Kubernetes operation.
|
Map<String,Object> |
getValues()
The values to be used by the chart.
|
String |
getVersion()
The chart version to install.
|
Boolean |
getWait()
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ICluster cluster, String chart, Boolean createNamespace, String namespace, String release, String repository, Duration timeout, Map<String,? extends Object> values, String version, Boolean wait)
HelmChartProps.Builder.public final ICluster getCluster()
HelmChartProps[disable-awslint:ref-via-interface]
getCluster in interface HelmChartPropspublic final String getChart()
HelmChartOptionsgetChart in interface HelmChartOptionspublic final Boolean getCreateNamespace()
HelmChartOptionsDefault: true
getCreateNamespace in interface HelmChartOptionspublic final String getNamespace()
HelmChartOptionsDefault: default
getNamespace in interface HelmChartOptionspublic final String getRelease()
HelmChartOptionsDefault: - If no release name is given, it will use the last 53 characters of the node's unique id.
getRelease in interface HelmChartOptionspublic final String getRepository()
HelmChartOptionsFor example: https://kubernetes-charts.storage.googleapis.com/
Default: - No repository will be used, which means that the chart needs to be an absolute URL.
getRepository in interface HelmChartOptionspublic final Duration getTimeout()
HelmChartOptionsMaximum 15 minutes.
Default: Duration.minutes(5)
getTimeout in interface HelmChartOptionspublic final Map<String,Object> getValues()
HelmChartOptionsDefault: - No values are provided to the chart.
getValues in interface HelmChartOptionspublic final String getVersion()
HelmChartOptionsDefault: - If this is not specified, the latest version is installed
getVersion in interface HelmChartOptionspublic final Boolean getWait()
HelmChartOptionsDefault: - Helm will not wait before marking release as successful
getWait in interface HelmChartOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.