Package org.cdk8s

Interface AppProps

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

    @Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)",
               date="2022-01-13T00:17:39.314Z")
    @Stability(Stable)
    public interface AppProps
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getOutdir

        @Stability(Stable)
        @Nullable
        default String getOutdir()
        The directory to output Kubernetes manifests.

        Default: - CDK8S_OUTDIR if defined, otherwise "dist"

      • getYamlOutputType

        @Stability(Stable)
        @Nullable
        default YamlOutputType getYamlOutputType()
        How to divide the YAML output into files.

        Default: YamlOutputType.FILE_PER_CHART