public class IngressTLSFluentImpl<A extends IngressTLSFluent<A>> extends BaseFluent<A> implements IngressTLSFluent<A>
_visitables| Constructor and Description |
|---|
IngressTLSFluentImpl() |
IngressTLSFluentImpl(IngressTLS instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToHosts(Collection<String> items) |
A |
addToHosts(int index,
String item) |
A |
addToHosts(String... items) |
boolean |
equals(Object o) |
String |
getFirstHost() |
String |
getHost(int index) |
List<String> |
getHosts() |
String |
getLastHost() |
String |
getMatchingHost(Predicate<String> predicate) |
String |
getSecretName() |
Boolean |
hasHosts() |
Boolean |
hasSecretName() |
A |
removeAllFromHosts(Collection<String> items) |
A |
removeFromHosts(String... items) |
A |
setToHosts(int index,
String item) |
A |
withHosts(List<String> hosts) |
A |
withHosts(String... hosts) |
A |
withSecretName(String secretName) |
public IngressTLSFluentImpl()
public IngressTLSFluentImpl(IngressTLS instance)
public A addToHosts(int index, String item)
addToHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A setToHosts(int index, String item)
setToHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addToHosts(String... items)
addToHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addAllToHosts(Collection<String> items)
addAllToHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A removeFromHosts(String... items)
removeFromHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A removeAllFromHosts(Collection<String> items)
removeAllFromHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public List<String> getHosts()
getHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public String getHost(int index)
getHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public String getFirstHost()
getFirstHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public String getLastHost()
getLastHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public String getMatchingHost(Predicate<String> predicate)
getMatchingHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withHosts(List<String> hosts)
withHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withHosts(String... hosts)
withHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public Boolean hasHosts()
hasHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public String getSecretName()
getSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withSecretName(String secretName)
withSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public Boolean hasSecretName()
hasSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>Copyright © 2011–2018 Red Hat. All rights reserved.