Interface Cdk8sPythonOptions

    • Method Detail

      • getAppEntrypoint

        @Stability(Experimental)
        @Nullable
        default String getAppEntrypoint()
        (experimental) The CDK8s app's entrypoint.

        Default: "app.py"

      • getCdk8sImports

        @Stability(Experimental)
        @Nullable
        default List<String> getCdk8sImports()
        (experimental) Import additional specs.

        Default: - no additional specs imported

      • getK8sSpecVersion

        @Stability(Experimental)
        @Nullable
        default String getK8sSpecVersion()
        (experimental) Import a specific Kubernetes spec version.

        Default: - Use the cdk8s default