public interface EquinixMetalPlatformStatusFluent<A extends EquinixMetalPlatformStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiServerInternalIP() |
String |
getIngressIP() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasApiServerInternalIP() |
Boolean |
hasIngressIP() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withApiServerInternalIP(String apiServerInternalIP) |
A |
withIngressIP(String ingressIP) |
A |
withNewApiServerInternalIP(String arg0)
Deprecated.
|
A |
withNewIngressIP(String arg0)
Deprecated.
|
String getApiServerInternalIP()
Boolean hasApiServerInternalIP()
@Deprecated A withNewApiServerInternalIP(String arg0)
String getIngressIP()
Boolean hasIngressIP()
@Deprecated A withNewIngressIP(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.