public interface BareMetalPlatformStatusFluent<A extends BareMetalPlatformStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getApiServerInternalIP() |
String |
getIngressIP() |
String |
getNodeDNSIP() |
Boolean |
hasApiServerInternalIP() |
Boolean |
hasIngressIP() |
Boolean |
hasNodeDNSIP() |
A |
withApiServerInternalIP(String apiServerInternalIP) |
A |
withIngressIP(String ingressIP) |
A |
withNewApiServerInternalIP(String arg1) |
A |
withNewApiServerInternalIP(StringBuffer arg1) |
A |
withNewApiServerInternalIP(StringBuilder arg1) |
A |
withNewIngressIP(String arg1) |
A |
withNewIngressIP(StringBuffer arg1) |
A |
withNewIngressIP(StringBuilder arg1) |
A |
withNewNodeDNSIP(String arg1) |
A |
withNewNodeDNSIP(StringBuffer arg1) |
A |
withNewNodeDNSIP(StringBuilder arg1) |
A |
withNodeDNSIP(String nodeDNSIP) |
String getApiServerInternalIP()
Boolean hasApiServerInternalIP()
A withNewApiServerInternalIP(StringBuilder arg1)
A withNewApiServerInternalIP(StringBuffer arg1)
String getIngressIP()
Boolean hasIngressIP()
A withNewIngressIP(StringBuilder arg1)
A withNewIngressIP(StringBuffer arg1)
String getNodeDNSIP()
Boolean hasNodeDNSIP()
A withNewNodeDNSIP(StringBuilder arg1)
A withNewNodeDNSIP(StringBuffer arg1)
Copyright © 2015–2021 Red Hat. All rights reserved.