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 |
addToHosts(String... items) |
boolean |
equals(Object o) |
List<String> |
getHosts() |
String |
getSecretName() |
A |
removeFromHosts(String... items) |
A |
withHosts(List<String> hosts) |
A |
withHosts(String... hosts) |
A |
withSecretName(String secretName) |
public IngressTLSFluentImpl()
public IngressTLSFluentImpl(IngressTLS instance)
public A addToHosts(String... items)
addToHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A removeFromHosts(String... items)
removeFromHosts in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public List<String> getHosts()
getHosts 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 String getSecretName()
getSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>public A withSecretName(String secretName)
withSecretName in interface IngressTLSFluent<A extends IngressTLSFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.