Package org.cdk8s

Class HelmProps.Jsii$Proxy

  • All Implemented Interfaces:
    HelmProps, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    HelmProps

    @Stability(Stable)
    @Internal
    public static final class HelmProps.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements HelmProps
    An implementation for HelmProps
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        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​(HelmProps.Builder builder)
        Constructor that initializes the object based on literal property values passed by the HelmProps.Builder.
    • Method Detail

      • getChart

        public final String getChart()
        Description copied from interface: HelmProps
        The chart name to use. It can be a chart from a helm repository or a local directory.

        This name is passed to helm template and has all the relevant semantics.

        Example:

         "bitnami/redis"
         
        Specified by:
        getChart in interface HelmProps
      • getHelmExecutable

        public final String getHelmExecutable()
        Description copied from interface: HelmProps
        The local helm executable to use in order to create the manifest the chart.

        Default: "helm"

        Specified by:
        getHelmExecutable in interface HelmProps
      • getHelmFlags

        public final List<String> getHelmFlags()
        Description copied from interface: HelmProps
        Additional flags to add to the `helm` execution.

        Default: []

        Specified by:
        getHelmFlags in interface HelmProps
      • getReleaseName

        public final String getReleaseName()
        Description copied from interface: HelmProps
        The release name.

        Default: - if unspecified, a name will be allocated based on the construct path

        Specified by:
        getReleaseName in interface HelmProps
      • getValues

        public final Map<String,​Object> getValues()
        Description copied from interface: HelmProps
        Values to pass to the chart.

        Default: - If no values are specified, chart will use the defaults.

        Specified by:
        getValues in interface HelmProps
      • $jsii$toJson

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

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