Class OvirtPlatformStatusFluent<A extends OvirtPlatformStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.OvirtPlatformStatusFluent<A>
-
- Direct Known Subclasses:
OvirtPlatformStatusBuilder,PlatformStatusFluent.OvirtNested
public class OvirtPlatformStatusFluent<A extends OvirtPlatformStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOvirtPlatformStatusFluent.LoadBalancerNested<N>
-
Constructor Summary
Constructors Constructor Description OvirtPlatformStatusFluent()OvirtPlatformStatusFluent(OvirtPlatformStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
OvirtPlatformStatusFluent
public OvirtPlatformStatusFluent()
-
OvirtPlatformStatusFluent
public OvirtPlatformStatusFluent(OvirtPlatformStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(OvirtPlatformStatus 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 OvirtPlatformLoadBalancer buildLoadBalancer()
-
withLoadBalancer
public A withLoadBalancer(OvirtPlatformLoadBalancer loadBalancer)
-
hasLoadBalancer
public boolean hasLoadBalancer()
-
withNewLoadBalancer
public OvirtPlatformStatusFluent.LoadBalancerNested<A> withNewLoadBalancer()
-
withNewLoadBalancerLike
public OvirtPlatformStatusFluent.LoadBalancerNested<A> withNewLoadBalancerLike(OvirtPlatformLoadBalancer item)
-
editLoadBalancer
public OvirtPlatformStatusFluent.LoadBalancerNested<A> editLoadBalancer()
-
editOrNewLoadBalancer
public OvirtPlatformStatusFluent.LoadBalancerNested<A> editOrNewLoadBalancer()
-
editOrNewLoadBalancerLike
public OvirtPlatformStatusFluent.LoadBalancerNested<A> editOrNewLoadBalancerLike(OvirtPlatformLoadBalancer item)
-
getNodeDNSIP
public String getNodeDNSIP()
-
hasNodeDNSIP
public boolean hasNodeDNSIP()
-
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 OvirtPlatformStatusFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OvirtPlatformStatusFluent<A>>
-
-