Class Cdk8sDepsCommonOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.cdk8s.Cdk8sDepsCommonOptions.Jsii$Proxy
-
- All Implemented Interfaces:
Cdk8sDepsCommonOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- Cdk8sDepsCommonOptions
@Stability(Experimental) @Internal public static final class Cdk8sDepsCommonOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Cdk8sDepsCommonOptions
An implementation forCdk8sDepsCommonOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.cdk8s.Cdk8sDepsCommonOptions
Cdk8sDepsCommonOptions.Builder, Cdk8sDepsCommonOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Cdk8sDepsCommonOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theCdk8sDepsCommonOptions.Builder.protectedJsii$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()booleanequals(Object o)StringgetCdk8sCliVersion()(experimental) Minimum version of the cdk8s-cli to depend on.BooleangetCdk8sCliVersionPinning()(experimental) Use pinned version instead of caret version for cdk8s-cli.BooleangetCdk8sPlus()(experimental) Include cdk8s-plus.StringgetCdk8sPlusVersion()(experimental) Minimum version of the cdk8s-plus-XX to depend on.BooleangetCdk8sPlusVersionPinning()(experimental) Use pinned version instead of caret version for cdk8s-plus-17.StringgetCdk8sVersion()(experimental) Minimum version of the cdk8s to depend on.BooleangetCdk8sVersionPinning()(experimental) Use pinned version instead of caret version for cdk8s.StringgetConstructsVersion()(experimental) Minimum version of theconstructslibrary to depend on.BooleangetConstructsVersionPinning()(experimental) Use pinned version instead of caret version for constructs.NumbergetK8sMinorVersion()(experimental) The cdk8s-plus library depends of Kubernetes minor version For example, cdk8s-plus-22 targets kubernetes version 1.22.0 cdk8s-plus-21 targets kubernetes version 1.21.0.inthashCode()
-
-
-
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(Cdk8sDepsCommonOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theCdk8sDepsCommonOptions.Builder.
-
-
Method Detail
-
getCdk8sVersion
public final String getCdk8sVersion()
Description copied from interface:Cdk8sDepsCommonOptions(experimental) Minimum version of the cdk8s to depend on.Default: "2.3.33"
- Specified by:
getCdk8sVersionin interfaceCdk8sDepsCommonOptions
-
getCdk8sCliVersion
public final String getCdk8sCliVersion()
Description copied from interface:Cdk8sDepsCommonOptions(experimental) Minimum version of the cdk8s-cli to depend on.Default: "2.0.28"
- Specified by:
getCdk8sCliVersionin interfaceCdk8sDepsCommonOptions
-
getCdk8sCliVersionPinning
public final Boolean getCdk8sCliVersionPinning()
Description copied from interface:Cdk8sDepsCommonOptions(experimental) Use pinned version instead of caret version for cdk8s-cli.You can use this to prevent yarn to mix versions for your CDK8s package and to prevent auto-updates. If you use experimental features this will let you define the moment you include breaking changes.
Default: false
- Specified by:
getCdk8sCliVersionPinningin interfaceCdk8sDepsCommonOptions
-
getCdk8sPlus
public final Boolean getCdk8sPlus()
Description copied from interface:Cdk8sDepsCommonOptions(experimental) Include cdk8s-plus.Default: true
- Specified by:
getCdk8sPlusin interfaceCdk8sDepsCommonOptions
-
getCdk8sPlusVersion
public final String getCdk8sPlusVersion()
Description copied from interface:Cdk8sDepsCommonOptions(experimental) Minimum version of the cdk8s-plus-XX to depend on.Default: "2.0.0-rc.26"
- Specified by:
getCdk8sPlusVersionin interfaceCdk8sDepsCommonOptions
-
getCdk8sPlusVersionPinning
public final Boolean getCdk8sPlusVersionPinning()
Description copied from interface:Cdk8sDepsCommonOptions(experimental) Use pinned version instead of caret version for cdk8s-plus-17.You can use this to prevent yarn to mix versions for your CDK8s package and to prevent auto-updates. If you use experimental features this will let you define the moment you include breaking changes.
Default: false
- Specified by:
getCdk8sPlusVersionPinningin interfaceCdk8sDepsCommonOptions
-
getCdk8sVersionPinning
public final Boolean getCdk8sVersionPinning()
Description copied from interface:Cdk8sDepsCommonOptions(experimental) Use pinned version instead of caret version for cdk8s.You can use this to prevent yarn to mix versions for your CDK8s package and to prevent auto-updates. If you use experimental features this will let you define the moment you include breaking changes.
Default: false
- Specified by:
getCdk8sVersionPinningin interfaceCdk8sDepsCommonOptions
-
getConstructsVersion
public final String getConstructsVersion()
Description copied from interface:Cdk8sDepsCommonOptions(experimental) Minimum version of theconstructslibrary to depend on.Default: "10.1.42"
- Specified by:
getConstructsVersionin interfaceCdk8sDepsCommonOptions
-
getConstructsVersionPinning
public final Boolean getConstructsVersionPinning()
Description copied from interface:Cdk8sDepsCommonOptions(experimental) Use pinned version instead of caret version for constructs.You can use this to prevent yarn to mix versions for your consructs package and to prevent auto-updates. If you use experimental features this will let you define the moment you include breaking changes.
Default: false
- Specified by:
getConstructsVersionPinningin interfaceCdk8sDepsCommonOptions
-
getK8sMinorVersion
public final Number getK8sMinorVersion()
Description copied from interface:Cdk8sDepsCommonOptions(experimental) The cdk8s-plus library depends of Kubernetes minor version For example, cdk8s-plus-22 targets kubernetes version 1.22.0 cdk8s-plus-21 targets kubernetes version 1.21.0.Default: 22
- Specified by:
getK8sMinorVersionin interfaceCdk8sDepsCommonOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-