Package io.github.cdklabs.projen.cdk8s
Class Cdk8sDepsPy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.cdk8s.Cdk8sDeps
-
- io.github.cdklabs.projen.cdk8s.Cdk8sDepsPy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.997Z") @Stability(Experimental) public class Cdk8sDepsPy extends Cdk8sDeps
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCdk8sDepsPy.Builder(experimental) A fluent builder forCdk8sDepsPy.
-
Constructor Summary
Constructors Modifier Constructor Description Cdk8sDepsPy(Project project, Cdk8sDepsOptions options)protectedCdk8sDepsPy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCdk8sDepsPy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Cdk8sPackageNamespackageNames()(experimental) Return a configuration object with information about package naming in various languages.-
Methods inherited from class io.github.cdklabs.projen.cdk8s.Cdk8sDeps
getCdk8sMajorVersion, getCdk8sMinimumVersion, getCdk8sVersion
-
Methods inherited from class io.github.cdklabs.projen.Component
getProject, isComponent, postSynthesize, preSynthesize, synthesize
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
Cdk8sDepsPy
protected Cdk8sDepsPy(software.amazon.jsii.JsiiObjectRef objRef)
-
Cdk8sDepsPy
protected Cdk8sDepsPy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
Cdk8sDepsPy
@Stability(Experimental) public Cdk8sDepsPy(@NotNull Project project, @NotNull Cdk8sDepsOptions options)- Parameters:
project- This parameter is required.options- This parameter is required.
-
-
Method Detail
-
packageNames
@Stability(Experimental) @NotNull protected Cdk8sPackageNames packageNames()
(experimental) Return a configuration object with information about package naming in various languages.- Specified by:
packageNamesin classCdk8sDeps
-
-