public class IngressFluentImpl<A extends IngressFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressFluent<A>
| Constructor and Description |
|---|
IngressFluentImpl() |
IngressFluentImpl(Ingress instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToTlsHosts(Collection<String> items) |
A |
addToTlsHosts(Integer index,
String item) |
A |
addToTlsHosts(String... items) |
boolean |
equals(Object o) |
Boolean |
getExpose() |
String |
getHost() |
String[] |
getTlsHosts() |
String |
getTlsSecretName() |
Boolean |
hasExpose() |
int |
hashCode() |
Boolean |
hasHost() |
Boolean |
hasTlsHosts() |
Boolean |
hasTlsSecretName() |
A |
removeAllFromTlsHosts(Collection<String> items) |
A |
removeFromTlsHosts(String... items) |
A |
setToTlsHosts(Integer index,
String item) |
String |
toString() |
A |
withExpose() |
A |
withExpose(Boolean expose) |
A |
withHost(String host) |
A |
withTlsHosts(String... tlsHosts) |
A |
withTlsSecretName(String tlsSecretName) |
public IngressFluentImpl()
public IngressFluentImpl(Ingress instance)
public String getHost()
getHost in interface IngressFluent<A extends IngressFluent<A>>public A withHost(String host)
withHost in interface IngressFluent<A extends IngressFluent<A>>public Boolean hasHost()
hasHost in interface IngressFluent<A extends IngressFluent<A>>public Boolean getExpose()
getExpose in interface IngressFluent<A extends IngressFluent<A>>public A withExpose(Boolean expose)
withExpose in interface IngressFluent<A extends IngressFluent<A>>public Boolean hasExpose()
hasExpose in interface IngressFluent<A extends IngressFluent<A>>public String getTlsSecretName()
getTlsSecretName in interface IngressFluent<A extends IngressFluent<A>>public A withTlsSecretName(String tlsSecretName)
withTlsSecretName in interface IngressFluent<A extends IngressFluent<A>>public Boolean hasTlsSecretName()
hasTlsSecretName in interface IngressFluent<A extends IngressFluent<A>>public A withTlsHosts(String... tlsHosts)
withTlsHosts in interface IngressFluent<A extends IngressFluent<A>>public String[] getTlsHosts()
getTlsHosts in interface IngressFluent<A extends IngressFluent<A>>public A addToTlsHosts(Integer index, String item)
addToTlsHosts in interface IngressFluent<A extends IngressFluent<A>>public A setToTlsHosts(Integer index, String item)
setToTlsHosts in interface IngressFluent<A extends IngressFluent<A>>public A addToTlsHosts(String... items)
addToTlsHosts in interface IngressFluent<A extends IngressFluent<A>>public A addAllToTlsHosts(Collection<String> items)
addAllToTlsHosts in interface IngressFluent<A extends IngressFluent<A>>public A removeFromTlsHosts(String... items)
removeFromTlsHosts in interface IngressFluent<A extends IngressFluent<A>>public A removeAllFromTlsHosts(Collection<String> items)
removeAllFromTlsHosts in interface IngressFluent<A extends IngressFluent<A>>public Boolean hasTlsHosts()
hasTlsHosts in interface IngressFluent<A extends IngressFluent<A>>public A withExpose()
withExpose in interface IngressFluent<A extends IngressFluent<A>>Copyright © 2018–2022 Red Hat. All rights reserved.