Package org.cdk8s
Interface IncludeProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IncludeProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-17T00:23:38.252Z") @Stability(Stable) public interface IncludeProps extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IncludeProps.Builder
A builder forIncludeProps
static class
IncludeProps.Jsii$Proxy
An implementation forIncludeProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static IncludeProps.Builder
builder()
String
getUrl()
Local file path or URL which includes a Kubernetes YAML manifest.
-
-
-
Method Detail
-
getUrl
@Stability(Stable) @NotNull String getUrl()
Local file path or URL which includes a Kubernetes YAML manifest.Example:
mymanifest.yaml
-
builder
@Stability(Stable) static IncludeProps.Builder builder()
- Returns:
- a
IncludeProps.Builder
ofIncludeProps
-
-