public class IngressTLSFluentImpl<A extends IngressTLSFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressTLSFluent<A>
| Constructor and Description |
|---|
IngressTLSFluentImpl() |
IngressTLSFluentImpl(IngressTLS instance) |
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 Boolean hasMatchingHost(Predicate<String> predicate)
hasMatchingHost 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 A addNewHost(StringBuilder arg1)
addNewHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addNewHost(int[] arg1, int arg2, int arg3)
addNewHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addNewHost(char[] arg1)
addNewHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addNewHost(StringBuffer arg1)
addNewHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addNewHost(byte[] arg1, int arg2)
addNewHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addNewHost(byte[] arg1)
addNewHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addNewHost(char[] arg1, int arg2, int arg3)
addNewHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addNewHost(byte[] arg1, int arg2, int arg3)
addNewHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addNewHost(byte[] arg1, int arg2, int arg3, int arg4)
addNewHost in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addNewHost(String arg1)
addNewHost 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>>public A withNewSecretName(StringBuilder arg1)
withNewSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withNewSecretName(int[] arg1, int arg2, int arg3)
withNewSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withNewSecretName(char[] arg1)
withNewSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withNewSecretName(StringBuffer arg1)
withNewSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withNewSecretName(byte[] arg1, int arg2)
withNewSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withNewSecretName(byte[] arg1)
withNewSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withNewSecretName(char[] arg1, int arg2, int arg3)
withNewSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withNewSecretName(byte[] arg1, int arg2, int arg3)
withNewSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withNewSecretName(byte[] arg1, int arg2, int arg3, int arg4)
withNewSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withNewSecretName(String arg1)
withNewSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.