Package org.cdk8s
Class ChartProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.ChartProps.Jsii$Proxy
-
- All Implemented Interfaces:
ChartProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ChartProps
@Stability(Stable) @Internal public static final class ChartProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ChartProps
An implementation forChartProps
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.ChartProps
ChartProps.Builder, ChartProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(ChartProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theChartProps.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
$jsii$toJson()
boolean
equals(Object o)
Map<String,String>
getLabels()
Labels to apply to all resources in this chart.String
getNamespace()
The default namespace for all objects defined in this chart (directly or indirectly).int
hashCode()
-
-
-
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(ChartProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theChartProps.Builder
.
-
-
Method Detail
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:ChartProps
Labels to apply to all resources in this chart.Default: - no common labels
- Specified by:
getLabels
in interfaceChartProps
-
getNamespace
public final String getNamespace()
Description copied from interface:ChartProps
The default namespace for all objects defined in this chart (directly or indirectly).This namespace will only apply to objects that don't have a
namespace
explicitly defined for them.Default: - no namespace is synthesized (usually this implies "default")
- Specified by:
getNamespace
in interfaceChartProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-