Class NutanixPlatformStatusFluent<A extends NutanixPlatformStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.NutanixPlatformStatusFluent<A>
-
- Direct Known Subclasses:
NutanixPlatformStatusBuilder,PlatformStatusFluent.NutanixNested
public class NutanixPlatformStatusFluent<A extends NutanixPlatformStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classNutanixPlatformStatusFluent.LoadBalancerNested<N>
-
Constructor Summary
Constructors Constructor Description NutanixPlatformStatusFluent()NutanixPlatformStatusFluent(NutanixPlatformStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
NutanixPlatformStatusFluent
public NutanixPlatformStatusFluent()
-
NutanixPlatformStatusFluent
public NutanixPlatformStatusFluent(NutanixPlatformStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(NutanixPlatformStatus instance)
-
getApiServerInternalIP
public String getApiServerInternalIP()
-
hasApiServerInternalIP
public boolean hasApiServerInternalIP()
-
addAllToApiServerInternalIPs
public A addAllToApiServerInternalIPs(Collection<String> items)
-
removeAllFromApiServerInternalIPs
public A removeAllFromApiServerInternalIPs(Collection<String> items)
-
getApiServerInternalIP
public String getApiServerInternalIP(int index)
-
getFirstApiServerInternalIP
public String getFirstApiServerInternalIP()
-
getLastApiServerInternalIP
public String getLastApiServerInternalIP()
-
getMatchingApiServerInternalIP
public String getMatchingApiServerInternalIP(Predicate<String> predicate)
-
hasMatchingApiServerInternalIP
public boolean hasMatchingApiServerInternalIP(Predicate<String> predicate)
-
hasApiServerInternalIPs
public boolean hasApiServerInternalIPs()
-
getIngressIP
public String getIngressIP()
-
hasIngressIP
public boolean hasIngressIP()
-
addAllToIngressIPs
public A addAllToIngressIPs(Collection<String> items)
-
removeAllFromIngressIPs
public A removeAllFromIngressIPs(Collection<String> items)
-
getIngressIP
public String getIngressIP(int index)
-
getFirstIngressIP
public String getFirstIngressIP()
-
getLastIngressIP
public String getLastIngressIP()
-
hasIngressIPs
public boolean hasIngressIPs()
-
buildLoadBalancer
public NutanixPlatformLoadBalancer buildLoadBalancer()
-
withLoadBalancer
public A withLoadBalancer(NutanixPlatformLoadBalancer loadBalancer)
-
hasLoadBalancer
public boolean hasLoadBalancer()
-
withNewLoadBalancer
public NutanixPlatformStatusFluent.LoadBalancerNested<A> withNewLoadBalancer()
-
withNewLoadBalancerLike
public NutanixPlatformStatusFluent.LoadBalancerNested<A> withNewLoadBalancerLike(NutanixPlatformLoadBalancer item)
-
editLoadBalancer
public NutanixPlatformStatusFluent.LoadBalancerNested<A> editLoadBalancer()
-
editOrNewLoadBalancer
public NutanixPlatformStatusFluent.LoadBalancerNested<A> editOrNewLoadBalancer()
-
editOrNewLoadBalancerLike
public NutanixPlatformStatusFluent.LoadBalancerNested<A> editOrNewLoadBalancerLike(NutanixPlatformLoadBalancer item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NutanixPlatformStatusFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NutanixPlatformStatusFluent<A>>
-
-