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(java.util.Collection<java.lang.String> items) |
A |
addNewHost(java.lang.String arg1) |
A |
addNewHost(java.lang.StringBuffer arg1) |
A |
addNewHost(java.lang.StringBuilder arg1) |
A |
addToHosts(int index,
java.lang.String item) |
A |
addToHosts(java.lang.String... items) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFirstHost() |
java.lang.String |
getHost(int index) |
java.util.List<java.lang.String> |
getHosts() |
java.lang.String |
getLastHost() |
java.lang.String |
getMatchingHost(Predicate<java.lang.String> predicate) |
java.lang.String |
getSecretName() |
java.lang.Boolean |
hasHosts() |
java.lang.Boolean |
hasMatchingHost(Predicate<java.lang.String> predicate) |
java.lang.Boolean |
hasSecretName() |
A |
removeAllFromHosts(java.util.Collection<java.lang.String> items) |
A |
removeFromHosts(java.lang.String... items) |
A |
setToHosts(int index,
java.lang.String item) |
A |
withHosts(java.util.List<java.lang.String> hosts) |
A |
withHosts(java.lang.String... hosts) |
A |
withNewSecretName(java.lang.String arg1) |
A |
withNewSecretName(java.lang.StringBuffer arg1) |
A |
withNewSecretName(java.lang.StringBuilder arg1) |
A |
withSecretName(java.lang.String secretName) |
public IngressTLSFluentImpl()
public IngressTLSFluentImpl(IngressTLS instance)
public A addToHosts(int index, java.lang.String item)
addToHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A setToHosts(int index, java.lang.String item)
setToHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addToHosts(java.lang.String... items)
addToHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addAllToHosts(java.util.Collection<java.lang.String> items)
addAllToHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A removeFromHosts(java.lang.String... items)
removeFromHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A removeAllFromHosts(java.util.Collection<java.lang.String> items)
removeAllFromHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public java.util.List<java.lang.String> getHosts()
getHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public java.lang.String getHost(int index)
getHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public java.lang.String getFirstHost()
getFirstHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public java.lang.String getLastHost()
getLastHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public java.lang.String getMatchingHost(Predicate<java.lang.String> predicate)
getMatchingHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public java.lang.Boolean hasMatchingHost(Predicate<java.lang.String> predicate)
hasMatchingHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withHosts(java.util.List<java.lang.String> hosts)
withHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withHosts(java.lang.String... hosts)
withHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public java.lang.Boolean hasHosts()
hasHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addNewHost(java.lang.String arg1)
addNewHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addNewHost(java.lang.StringBuilder arg1)
addNewHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addNewHost(java.lang.StringBuffer arg1)
addNewHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public java.lang.String getSecretName()
getSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withSecretName(java.lang.String secretName)
withSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public java.lang.Boolean hasSecretName()
hasSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withNewSecretName(java.lang.String arg1)
withNewSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withNewSecretName(java.lang.StringBuilder arg1)
withNewSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withNewSecretName(java.lang.StringBuffer arg1)
withNewSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.