public class IngressTLSFluent<A extends IngressTLSFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
IngressTLSFluent() |
IngressTLSFluent(IngressTLS instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToHosts(Collection<String> items) |
A |
addToHosts(int index,
String item) |
A |
addToHosts(String... items) |
protected void |
copyInstance(IngressTLS instance) |
boolean |
equals(Object o) |
String |
getFirstHost() |
String |
getHost(int index) |
List<String> |
getHosts() |
String |
getLastHost() |
String |
getMatchingHost(Predicate<String> predicate) |
String |
getSecretName() |
String |
getSecretNamespace() |
int |
hashCode() |
boolean |
hasHosts() |
boolean |
hasMatchingHost(Predicate<String> predicate) |
boolean |
hasSecretName() |
boolean |
hasSecretNamespace() |
A |
removeAllFromHosts(Collection<String> items) |
A |
removeFromHosts(String... items) |
A |
setToHosts(int index,
String item) |
String |
toString() |
A |
withHosts(List<String> hosts) |
A |
withHosts(String... hosts) |
A |
withSecretName(String secretName) |
A |
withSecretNamespace(String secretNamespace) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IngressTLSFluent()
public IngressTLSFluent(IngressTLS instance)
protected void copyInstance(IngressTLS instance)
public A addAllToHosts(Collection<String> items)
public A removeAllFromHosts(Collection<String> items)
public String getHost(int index)
public String getFirstHost()
public String getLastHost()
public boolean hasHosts()
public String getSecretName()
public boolean hasSecretName()
public String getSecretNamespace()
public boolean hasSecretNamespace()
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.