@Generated(value="jsii-pacmak/1.32.0 (build 3f4fe23)", date="2021-08-12T21:24:03.270Z") @Stability(value=Stable) public interface AppProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
AppProps.Builder
A builder for
AppProps |
static class |
AppProps.Jsii$Proxy
An implementation for
AppProps |
Modifier and Type | Method and Description |
---|---|
static AppProps.Builder |
builder() |
default String |
getOutdir()
The directory to output Kubernetes manifests.
|
default YamlOutputType |
getYamlOutputType()
How to divide the YAML output into files.
|
@Stability(value=Stable) @Nullable default String getOutdir()
Default: - CDK8S_OUTDIR if defined, otherwise "dist"
@Stability(value=Stable) @Nullable default YamlOutputType getYamlOutputType()
Default: YamlOutputType.FILE_PER_CHART
@Stability(value=Stable) static AppProps.Builder builder()
AppProps.Builder
of AppProps
Copyright © 2021. All rights reserved.