@Generated(value="jsii-pacmak/1.43.0 (build b69a797)", date="2021-11-15T00:15:34.925Z") @Stability(value=Stable) public interface ExposeServiceViaIngressOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExposeServiceViaIngressOptions.Builder
A builder for
ExposeServiceViaIngressOptions |
static class |
ExposeServiceViaIngressOptions.Jsii$Proxy
An implementation for
ExposeServiceViaIngressOptions |
| Modifier and Type | Method and Description |
|---|---|
static ExposeServiceViaIngressOptions.Builder |
builder() |
default Ingress |
getIngress()
The ingress to add rules to.
|
default HttpIngressPathType |
getPathType()
The type of the path.
|
@Stability(value=Stable) @Nullable default Ingress getIngress()
Default: - An ingress will be automatically created.
@Stability(value=Stable) @Nullable default HttpIngressPathType getPathType()
Default: HttpIngressPathType.PREFIX
@Stability(value=Stable) static ExposeServiceViaIngressOptions.Builder builder()
Copyright © 2021. All rights reserved.