public class NetworkDNSSpecFluent<A extends NetworkDNSSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
NetworkDNSSpecFluent() |
NetworkDNSSpecFluent(NetworkDNSSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(NetworkDNSSpec instance) |
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) |
public NetworkDNSSpecFluent()
public NetworkDNSSpecFluent(NetworkDNSSpec instance)
protected void copyInstance(NetworkDNSSpec instance)
public String getDnsDomainName()
public boolean hasDnsDomainName()
public String getDnsIp()
public boolean hasDnsIp()
public String getDnsServer()
public boolean hasDnsServer()
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.