Package org.cdk8s

Class Helm

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct

    @Generated(value="jsii-pacmak/1.68.0 (build b45f2f6)",
               date="2022-09-24T00:10:24.989Z")
    @Stability(Stable)
    public class Helm
    extends Include
    Represents a Helm deployment.

    Use this construct to import an existing Helm chart and incorporate it into your constructs.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Helm.Builder
      A fluent builder for Helm.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Helm​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected Helm​(software.amazon.jsii.JsiiObjectRef objRef)  
        Helm​(software.constructs.Construct scope, String id, HelmProps props)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getReleaseName()
      The helm release name.
      • Methods inherited from class software.constructs.Construct

        onPrepare, onSynthesize, onValidate, toString
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • Helm

        protected Helm​(software.amazon.jsii.JsiiObjectRef objRef)
      • Helm

        protected Helm​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • Helm

        @Stability(Stable)
        public Helm​(@NotNull
                    software.constructs.Construct scope,
                    @NotNull
                    String id,
                    @NotNull
                    HelmProps props)
        Parameters:
        scope - This parameter is required.
        id - This parameter is required.
        props - This parameter is required.
    • Method Detail

      • getReleaseName

        @Stability(Stable)
        @NotNull
        public String getReleaseName()
        The helm release name.