public class IngressSpecFluentImpl<A extends IngressSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressSpecFluent<A>
| Constructor and Description |
|---|
IngressSpecFluentImpl() |
IngressSpecFluentImpl(IngressSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDomain() |
Boolean |
hasDomain() |
int |
hashCode() |
A |
withDomain(String domain) |
A |
withNewDomain(String arg0)
Deprecated.
|
public IngressSpecFluentImpl()
public IngressSpecFluentImpl(IngressSpec instance)
public String getDomain()
getDomain in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A withDomain(String domain)
withDomain in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public Boolean hasDomain()
hasDomain in interface IngressSpecFluent<A extends IngressSpecFluent<A>>@Deprecated public A withNewDomain(String arg0)
withNewDomain in interface IngressSpecFluent<A extends IngressSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.