public class NetworkDNSSpecFluentImpl<A extends NetworkDNSSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NetworkDNSSpecFluent<A>
| Constructor and Description |
|---|
NetworkDNSSpecFluentImpl() |
NetworkDNSSpecFluentImpl(NetworkDNSSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDnsDomainName() |
String |
getDnsIp() |
String |
getDnsServer() |
Boolean |
hasDnsDomainName() |
Boolean |
hasDnsIp() |
Boolean |
hasDnsServer() |
int |
hashCode() |
String |
toString() |
A |
withDnsDomainName(String dnsDomainName) |
A |
withDnsIp(String dnsIp) |
A |
withDnsServer(String dnsServer) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic NetworkDNSSpecFluentImpl()
public NetworkDNSSpecFluentImpl(NetworkDNSSpec instance)
public String getDnsDomainName()
getDnsDomainName in interface NetworkDNSSpecFluent<A extends NetworkDNSSpecFluent<A>>public A withDnsDomainName(String dnsDomainName)
withDnsDomainName in interface NetworkDNSSpecFluent<A extends NetworkDNSSpecFluent<A>>public Boolean hasDnsDomainName()
hasDnsDomainName in interface NetworkDNSSpecFluent<A extends NetworkDNSSpecFluent<A>>public String getDnsIp()
getDnsIp in interface NetworkDNSSpecFluent<A extends NetworkDNSSpecFluent<A>>public A withDnsIp(String dnsIp)
withDnsIp in interface NetworkDNSSpecFluent<A extends NetworkDNSSpecFluent<A>>public Boolean hasDnsIp()
hasDnsIp in interface NetworkDNSSpecFluent<A extends NetworkDNSSpecFluent<A>>public String getDnsServer()
getDnsServer in interface NetworkDNSSpecFluent<A extends NetworkDNSSpecFluent<A>>public A withDnsServer(String dnsServer)
withDnsServer in interface NetworkDNSSpecFluent<A extends NetworkDNSSpecFluent<A>>public Boolean hasDnsServer()
hasDnsServer in interface NetworkDNSSpecFluent<A extends NetworkDNSSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkDNSSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkDNSSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.