Class HelmChartProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.legacy.HelmChartProps.Jsii$Proxy
- All Implemented Interfaces:
HelmChartOptions
,HelmChartProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
HelmChartProps
@Stability(Deprecated)
@Deprecated
@Internal
public static final class HelmChartProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HelmChartProps
Deprecated.
An implementation for
HelmChartProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.legacy.HelmChartProps
HelmChartProps.Builder, HelmChartProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(HelmChartProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theHelmChartProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
Deprecated.final boolean
Deprecated.final String
getChart()
Deprecated.(deprecated) The name of the chart.final Cluster
Deprecated.(deprecated) The EKS cluster to apply this configuration to.final String
Deprecated.(deprecated) The Kubernetes namespace scope of the requests.final String
Deprecated.(deprecated) The name of the release.final String
Deprecated.(deprecated) The repository which contains the chart.Deprecated.(deprecated) The values to be used by the chart.final String
Deprecated.(deprecated) The chart version to install.final int
hashCode()
Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theHelmChartProps.Builder
.
-
-
Method Details
-
getCluster
Deprecated.Description copied from interface:HelmChartProps
(deprecated) The EKS cluster to apply this configuration to.[disable-awslint:ref-via-interface]
- Specified by:
getCluster
in interfaceHelmChartProps
-
getChart
Deprecated.Description copied from interface:HelmChartOptions
(deprecated) The name of the chart.- Specified by:
getChart
in interfaceHelmChartOptions
-
getNamespace
Deprecated.Description copied from interface:HelmChartOptions
(deprecated) The Kubernetes namespace scope of the requests.Default: default
- Specified by:
getNamespace
in interfaceHelmChartOptions
-
getRelease
Deprecated.Description copied from interface:HelmChartOptions
(deprecated) The name of the release.Default: - If no release name is given, it will use the last 63 characters of the node's unique id.
- Specified by:
getRelease
in interfaceHelmChartOptions
-
getRepository
Deprecated.Description copied from interface:HelmChartOptions
(deprecated) The repository which contains the chart.For example: https://kubernetes-charts.storage.googleapis.com/
Default: - No repository will be used, which means that the chart needs to be an absolute URL.
- Specified by:
getRepository
in interfaceHelmChartOptions
-
getValues
Deprecated.Description copied from interface:HelmChartOptions
(deprecated) The values to be used by the chart.Default: - No values are provided to the chart.
- Specified by:
getValues
in interfaceHelmChartOptions
-
getVersion
Deprecated.Description copied from interface:HelmChartOptions
(deprecated) The chart version to install.Default: - If this is not specified, the latest version is installed
- Specified by:
getVersion
in interfaceHelmChartOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-