software.amazon.jsii.JsiiObject.InitializationMode
HelmProps.Builder, HelmProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(HelmProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HelmProps.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 chart name to use.
|
String |
getHelmExecutable()
The local helm executable to use in order to create the manifest the chart.
|
List<String> |
getHelmFlags()
Additional flags to add to the `helm` execution.
|
String |
getReleaseName()
The release name.
|
Map<String,Object> |
getValues()
Values to pass to the chart.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(HelmProps.Builder builder)
HelmProps.Builder
.public final String getChart()
HelmProps
This name is passed to helm template
and has all the relevant semantics.
Example:
// Example automatically generated from non-compiling source. May contain errors. "bitnami/redis";
public final String getHelmExecutable()
HelmProps
Default: "helm"
getHelmExecutable
in interface HelmProps
public final List<String> getHelmFlags()
HelmProps
Default: []
getHelmFlags
in interface HelmProps
public final String getReleaseName()
HelmProps
Default: - if unspecified, a name will be allocated based on the construct path
getReleaseName
in interface HelmProps
https://helm.sh/docs/intro/using_helm/#three-big-concepts
public final Map<String,Object> getValues()
HelmProps
Default: - If no values are specified, chart will use the defaults.
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.