Package org.cdk8s
Interface IncludeProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IncludeProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.55.1 (build 07d2d90)", date="2022-04-03T00:08:33.172Z") @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
-
-