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
      • getNamespace

        public final String getNamespace()
        Description copied from interface: HelmProps
        Scope all resources in to a given namespace.
        Specified by:
        getNamespace in interface HelmProps
      • getRepo

        public final String getRepo()
        Description copied from interface: HelmProps
        Chart repository url where to locate the requested chart.
        Specified by:
        getRepo 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
      • getVersion

        public final String getVersion()
        Description copied from interface: HelmProps
        Version constraint for the chart version to use.

        This constraint can be a specific tag (e.g. 1.1.1) or it may reference a valid range (e.g. ^2.0.0). If this is not specified, the latest version is used

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

        Example:

         "^2.0.0"
         
        Specified by:
        getVersion 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