Package org.cdk8s

Class Include

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

    @Generated(value="jsii-pacmak/1.88.0 (build eaabd08)",
               date="2023-09-18T13:04:13.951Z")
    @Stability(Stable)
    public class Include
    extends software.constructs.Construct
    Reads a YAML manifest from a file or a URL and defines all resources as API objects within the defined scope.

    The names (metadata.name) of imported resources will be preserved as-is from the manifest.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Include.Builder
      A fluent builder for Include.
      • 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, software.constructs.IConstruct.Jsii$Proxy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Include​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected Include​(software.amazon.jsii.JsiiObjectRef objRef)  
        Include​(software.constructs.Construct scope, String id, IncludeProps props)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      List<ApiObject> getApiObjects()
      Returns all the included API objects.
      • Methods inherited from class software.constructs.Construct

        getNode, isConstruct, toString
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • Include

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

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

        @Stability(Stable)
        public Include​(@NotNull
                       software.constructs.Construct scope,
                       @NotNull
                       String id,
                       @NotNull
                       IncludeProps props)
        Parameters:
        scope - This parameter is required.
        id - This parameter is required.
        props - This parameter is required.
    • Method Detail

      • getApiObjects

        @Stability(Stable)
        @NotNull
        public List<ApiObject> getApiObjects()
        Returns all the included API objects.