Package org.cdk8s

Class 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 for ChartProps
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(ChartProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ChartProps.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • 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.
    • 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 interface ChartProps
      • 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 interface ChartProps
      • $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