Interface ConstructLibraryCdk8sOptions

    • Method Detail

      • getCdk8sVersion

        @Stability(Experimental)
        @NotNull
        String getCdk8sVersion()
        (experimental) Minimum target version this library is tested against.

        Default: "1.4.10"

      • getCdk8sPlusVersionPinning

        @Stability(Experimental)
        @Nullable
        default Boolean getCdk8sPlusVersionPinning()
        (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

      • getCdk8sVersionPinning

        @Stability(Experimental)
        @Nullable
        default Boolean getCdk8sVersionPinning()
        (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

      • getConstructsVersion

        @Stability(Experimental)
        @Nullable
        default String getConstructsVersion()
        (experimental) constructs verion.

        Default: "3.3.196"

      • getConstructsVersionPinning

        @Stability(Experimental)
        @Nullable
        default Boolean getConstructsVersionPinning()
        (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

      • getIntegrationTestAutoDiscover

        @Stability(Experimental)
        @Nullable
        default Boolean getIntegrationTestAutoDiscover()
        (experimental) Automatically adds an cdk8s.IntegrationTest for each .integ.ts app in your test directory. If this is disabled, you can manually add an cdk8s.AutoDiscover component to your project.

        Default: true