Package org.cdk8s
Class Helm
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- org.cdk8s.Include
-
- org.cdk8s.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 forHelm
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReleaseName()
The helm release name.-
Methods inherited from class org.cdk8s.Include
getApiObjects
-
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
-
-
-
-
Method Detail
-
getReleaseName
@Stability(Stable) @NotNull public String getReleaseName()
The helm release name.
-
-