public interface IngressTLSFluent<A extends IngressTLSFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
A |
addAllToHosts(Collection<String> items) |
A |
addToHosts(int index,
String item) |
A |
addToHosts(String... items) |
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) |
A addAllToHosts(Collection<String> items)
A removeAllFromHosts(Collection<String> items)
String getHost(int index)
String getFirstHost()
String getLastHost()
Boolean hasHosts()
String getSecretName()
Boolean hasSecretName()
Copyright © 2011–2017 Red Hat. All rights reserved.