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) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IngressTLSFluentImpl()
public IngressTLSFluentImpl(IngressTLS instance)
public A addToHosts(Integer index, String item)
addToHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A setToHosts(Integer 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(Integer 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 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 addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressTLSFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressTLSFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.