Package org.cdk8s

Interface ChartProps

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ChartProps.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.59.0 (build eb02c92)",
               date="2022-05-28T00:22:56.682Z")
    @Stability(Stable)
    public interface ChartProps
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getLabels

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getLabels()
        Labels to apply to all resources in this chart.

        Default: - no common labels

      • getNamespace

        @Stability(Stable)
        @Nullable
        default String getNamespace()
        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")