@Stability(value=Experimental) @Internal public static final class HelmChartOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HelmChartOptions
HelmChartOptionssoftware.amazon.jsii.JsiiObject.InitializationModeHelmChartOptions.Builder, HelmChartOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String chart,
String namespace,
String release,
String repository,
Map<String,? extends Object> values,
String version)
Constructor that initializes the object based on literal property values passed by the
HelmChartOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getChart()
(experimental) The name of the chart.
|
String |
getNamespace()
(experimental) The Kubernetes namespace scope of the requests.
|
String |
getRelease()
(experimental) The name of the release.
|
String |
getRepository()
(experimental) The repository which contains the chart.
|
Map<String,Object> |
getValues()
(experimental) The values to be used by the chart.
|
String |
getVersion()
(experimental) The chart version to install.
|
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.public final String getChart()
HelmChartOptionsgetChart 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 63 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 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 HelmChartOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.