Uses of Interface
org.cdk8s.AppProps
-
-
Uses of AppProps in org.cdk8s
Classes in org.cdk8s that implement AppProps Modifier and Type Class Description static class
AppProps.Jsii$Proxy
An implementation forAppProps
Methods in org.cdk8s that return AppProps Modifier and Type Method Description AppProps
AppProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s with parameters of type AppProps Modifier and Type Method Description static App
Testing. app(AppProps props)
Returns an app for testing with the following properties: - Output directory is a temp dir.Constructors in org.cdk8s with parameters of type AppProps Constructor Description App(AppProps props)
Defines an app.
-