| Modifier and Type | Class and Description |
|---|---|
static class |
IngressV1Beta1Tls.Jsii$Proxy
An implementation for
IngressV1Beta1Tls |
| Modifier and Type | Method and Description |
|---|---|
IngressV1Beta1Tls |
IngressV1Beta1Tls.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IngressV1Beta1Tls> |
IngressV1Beta1Props.getTls()
TLS settings for this ingress.
|
List<IngressV1Beta1Tls> |
IngressV1Beta1Props.Jsii$Proxy.getTls() |
| Modifier and Type | Method and Description |
|---|---|
void |
IngressV1Beta1.addTls(List<IngressV1Beta1Tls> tls) |
IngressV1Beta1.Builder |
IngressV1Beta1.Builder.tls(List<? extends IngressV1Beta1Tls> tls)
TLS settings for this ingress.
|
IngressV1Beta1Props.Builder |
IngressV1Beta1Props.Builder.tls(List<? extends IngressV1Beta1Tls> tls)
Sets the value of
IngressV1Beta1Props.getTls() |
| Constructor and Description |
|---|
Jsii$Proxy(IngressV1Beta1Backend defaultBackend,
List<? extends IngressV1Beta1Rule> rules,
List<? extends IngressV1Beta1Tls> tls,
org.cdk8s.ApiObjectMetadata metadata)
Constructor that initializes the object based on literal property values passed by the
IngressV1Beta1Props.Builder. |
Copyright © 2021. All rights reserved.