Class Cdk8sDeps

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable
    Direct Known Subclasses:
    Cdk8sDepsPy

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:42.995Z")
    @Stability(Experimental)
    public abstract class Cdk8sDeps
    extends Component
    (experimental) Manages dependencies on the CDK8s.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Cdk8sDeps​(Project project, Cdk8sDepsOptions options)  
      protected Cdk8sDeps​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected Cdk8sDeps​(software.amazon.jsii.JsiiObjectRef objRef)  
    • Constructor Detail

      • Cdk8sDeps

        protected Cdk8sDeps​(software.amazon.jsii.JsiiObjectRef objRef)
      • Cdk8sDeps

        protected Cdk8sDeps​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • Cdk8sDeps

        @Stability(Experimental)
        protected Cdk8sDeps​(@NotNull
                            Project project,
                            @NotNull
                            Cdk8sDepsOptions options)
        Parameters:
        project - This parameter is required.
        options - This parameter is required.
    • Method Detail

      • packageNames

        @Stability(Experimental)
        @NotNull
        protected abstract Cdk8sPackageNames packageNames()
        (experimental) Return a configuration object with information about package naming in various languages.
      • getCdk8sMajorVersion

        @Stability(Experimental)
        @NotNull
        public Number getCdk8sMajorVersion()
        (experimental) The major version of the CDK8s (e.g. 1, 2, ...).
      • getCdk8sMinimumVersion

        @Stability(Experimental)
        @NotNull
        public String getCdk8sMinimumVersion()
        (experimental) The minimum version of the CDK8s (e.g. 2.0.0).
      • getCdk8sVersion

        @Stability(Experimental)
        @NotNull
        public String getCdk8sVersion()
        (experimental) The dependency requirement for CDK8s.