@Generated(value="jsii-pacmak/1.43.0 (build b69a797)", date="2021-11-15T00:20:49.001Z") @Stability(value=Stable) public interface IngressV1Beta1Props extends software.amazon.jsii.JsiiSerializable, ResourceProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
IngressV1Beta1Props.Builder
A builder for
IngressV1Beta1Props |
static class |
IngressV1Beta1Props.Jsii$Proxy
An implementation for
IngressV1Beta1Props |
| Modifier and Type | Method and Description |
|---|---|
static IngressV1Beta1Props.Builder |
builder() |
default IngressV1Beta1Backend |
getDefaultBackend()
The default backend services requests that do not match any rule.
|
default List<IngressV1Beta1Rule> |
getRules()
Routing rules for this ingress.
|
default List<IngressV1Beta1Tls> |
getTls()
TLS settings for this ingress.
|
getMetadata@Stability(value=Stable) @Nullable default IngressV1Beta1Backend getDefaultBackend()
Using this option or the addDefaultBackend() method is equivalent to
adding a rule with both path and host undefined.
@Stability(value=Stable) @Nullable default List<IngressV1Beta1Rule> 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=Stable) @Nullable default List<IngressV1Beta1Tls> getTls()
Using this option tells the ingress controller to expose a TLS endpoint. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
@Stability(value=Stable) static IngressV1Beta1Props.Builder builder()
builder in interface ResourcePropsIngressV1Beta1Props.Builder of IngressV1Beta1PropsCopyright © 2021. All rights reserved.