Package io.github.cdklabs.projen.cdk8s
Interface Cdk8sPackageNames
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Cdk8sPackageNames.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.998Z") @Stability(Experimental) public interface Cdk8sPackageNames extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCdk8sPackageNames.BuilderA builder forCdk8sPackageNamesstatic classCdk8sPackageNames.Jsii$ProxyAn implementation forCdk8sPackageNames
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static Cdk8sPackageNames.Builderbuilder()StringgetCdk8s()(experimental) Fully qualified name of the core framework package.default StringgetCdk8sClient()(experimental) Fully qualified name of the client package.StringgetCdk8sPlus()(experimental) Fully qualified name of the cdk9s-plus-XX library package.StringgetConstructs()(experimental) Fully qualified name of the constructs library package.
-
-
-
Method Detail
-
getCdk8s
@Stability(Experimental) @NotNull String getCdk8s()
(experimental) Fully qualified name of the core framework package.
-
getCdk8sPlus
@Stability(Experimental) @NotNull String getCdk8sPlus()
(experimental) Fully qualified name of the cdk9s-plus-XX library package.
-
getConstructs
@Stability(Experimental) @NotNull String getConstructs()
(experimental) Fully qualified name of the constructs library package.
-
getCdk8sClient
@Stability(Experimental) @Nullable default String getCdk8sClient()
(experimental) Fully qualified name of the client package.Used only on Node projects
-
builder
@Stability(Experimental) static Cdk8sPackageNames.Builder builder()
- Returns:
- a
Cdk8sPackageNames.BuilderofCdk8sPackageNames
-
-