Class HelmChartOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.legacy.HelmChartOptions.Jsii$Proxy
All Implemented Interfaces:
HelmChartOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
HelmChartOptions

@Stability(Deprecated) @Deprecated @Internal public static final class HelmChartOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HelmChartOptions
Deprecated.
An implementation for HelmChartOptions
  • 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.HelmChartOptions

    HelmChartOptions.Builder, HelmChartOptions.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the HelmChartOptions.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final String
    Deprecated.
    (deprecated) The name of the chart.
    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
    Deprecated.
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(HelmChartOptions.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the HelmChartOptions.Builder.
  • Method Details

    • getChart

      public final String getChart()
      Deprecated.
      Description copied from interface: HelmChartOptions
      (deprecated) The name of the chart.
      Specified by:
      getChart in interface HelmChartOptions
    • getNamespace

      public final String getNamespace()
      Deprecated.
      Description copied from interface: HelmChartOptions
      (deprecated) The Kubernetes namespace scope of the requests.

      Default: default

      Specified by:
      getNamespace in interface HelmChartOptions
    • getRelease

      public final String 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 interface HelmChartOptions
    • getRepository

      public final String 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 interface HelmChartOptions
    • getValues

      public final Map<String,Object> 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 interface HelmChartOptions
    • getVersion

      public final String 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 interface HelmChartOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Deprecated.
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object