Package org.cdk8s
Class AppProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.AppProps.Jsii$Proxy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.AppProps
AppProps.Builder, AppProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(AppProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppProps.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
$jsii$toJson()
boolean
equals(Object o)
String
getOutdir()
The directory to output Kubernetes manifests.YamlOutputType
getYamlOutputType()
How to divide the YAML output into files.int
hashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(AppProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppProps.Builder
.
-
-
Method Detail
-
getOutdir
public final String getOutdir()
Description copied from interface:AppProps
The directory to output Kubernetes manifests.Default: - CDK8S_OUTDIR if defined, otherwise "dist"
-
getYamlOutputType
public final YamlOutputType getYamlOutputType()
Description copied from interface:AppProps
How to divide the YAML output into files.Default: YamlOutputType.FILE_PER_CHART
- Specified by:
getYamlOutputType
in interfaceAppProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-