Package org.cdk8s
Class Include
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- org.cdk8s.Include
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
- Direct Known Subclasses:
Helm
@Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)", date="2022-01-13T16:06:13.576Z") @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 forInclude
.
-
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
onPrepare, onSynthesize, onValidate, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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.
-
-