Package org.cdk8s
Interface IncludeProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IncludeProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-18T13:04:13.951Z") @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
-
-