Package org.cdk8s

Interface ChartProps

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

    @Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
               date="2023-01-17T00:23:38.241Z")
    @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")