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