Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1IngressTLS |
V1IngressTLS.addHostsItem(String hostsItem) |
V1IngressTLS |
V1IngressTLS.hosts(List<String> hosts) |
V1IngressTLS |
V1IngressTLS.secretName(String secretName) |
Modifier and Type | Method and Description |
---|---|
List<V1IngressTLS> |
V1IngressSpec.getTls()
TLS configuration.
|
Modifier and Type | Method and Description |
---|---|
V1IngressSpec |
V1IngressSpec.addTlsItem(V1IngressTLS tlsItem) |
Modifier and Type | Method and Description |
---|---|
void |
V1IngressSpec.setTls(List<V1IngressTLS> tls) |
V1IngressSpec |
V1IngressSpec.tls(List<V1IngressTLS> tls) |
Copyright © 2022. All rights reserved.