public interface IngressFluent<A extends IngressFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToTlsHosts(Collection<String> items) |
A |
addToTlsHosts(Integer index,
String item) |
A |
addToTlsHosts(String... items) |
Boolean |
getExpose() |
String |
getHost() |
String[] |
getTlsHosts() |
String |
getTlsSecretName() |
Boolean |
hasExpose() |
Boolean |
hasHost() |
Boolean |
hasTlsHosts() |
Boolean |
hasTlsSecretName() |
A |
removeAllFromTlsHosts(Collection<String> items) |
A |
removeFromTlsHosts(String... items) |
A |
setToTlsHosts(Integer index,
String item) |
A |
withExpose() |
A |
withExpose(Boolean expose) |
A |
withHost(String host) |
A |
withTlsHosts(String... tlsHosts) |
A |
withTlsSecretName(String tlsSecretName) |
String getHost()
Boolean hasHost()
Boolean getExpose()
Boolean hasExpose()
String getTlsSecretName()
Boolean hasTlsSecretName()
String[] getTlsHosts()
A addAllToTlsHosts(Collection<String> items)
A removeAllFromTlsHosts(Collection<String> items)
Boolean hasTlsHosts()
A withExpose()
Copyright © 2018–2022 Red Hat. All rights reserved.