@Generated(value="jsii-pacmak/1.13.0 (build 385c325)", date="2020-10-21T06:58:44.665Z") @Stability(value=Experimental) public interface IngressProps extends software.amazon.jsii.JsiiSerializable, ResourceProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
IngressProps.Builder
A builder for
IngressProps |
static class |
IngressProps.Jsii$Proxy
An implementation for
IngressProps |
| Modifier and Type | Method and Description |
|---|---|
static IngressProps.Builder |
builder() |
default IngressBackend |
getDefaultBackend()
(experimental) The default backend services requests that do not match any rule.
|
default List<IngressRule> |
getRules()
(experimental) Routing rules for this ingress.
|
getMetadata@Stability(value=Experimental) @Nullable default IngressBackend getDefaultBackend()
Using this option or the addDefaultBackend() method is equivalent to
adding a rule with both path and host undefined.
@Stability(value=Experimental) @Nullable default List<IngressRule> getRules()
Each rule must define an IngressBackend that will receive the requests
that match this rule. If both host and path are not specifiec, this
backend will be used as the default backend of the ingress.
You can also add rules later using addRule(), addHostRule(),
addDefaultBackend() and addHostDefaultBackend().
@Stability(value=Experimental) static IngressProps.Builder builder()
builder in interface ResourcePropsIngressProps.Builder of IngressPropsCopyright © 2020. All rights reserved.