Class BareMetalPlatformSpecFluent<A extends BareMetalPlatformSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.BareMetalPlatformSpecFluent<A>
-
- Direct Known Subclasses:
BareMetalPlatformSpecBuilder,PlatformSpecFluent.BaremetalNested
public class BareMetalPlatformSpecFluent<A extends BareMetalPlatformSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description BareMetalPlatformSpecFluent()BareMetalPlatformSpecFluent(BareMetalPlatformSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
BareMetalPlatformSpecFluent
public BareMetalPlatformSpecFluent()
-
BareMetalPlatformSpecFluent
public BareMetalPlatformSpecFluent(BareMetalPlatformSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(BareMetalPlatformSpec instance)
-
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()
-
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()
-
addAllToMachineNetworks
public A addAllToMachineNetworks(Collection<String> items)
-
removeAllFromMachineNetworks
public A removeAllFromMachineNetworks(Collection<String> items)
-
getMachineNetwork
public String getMachineNetwork(int index)
-
getFirstMachineNetwork
public String getFirstMachineNetwork()
-
getLastMachineNetwork
public String getLastMachineNetwork()
-
hasMachineNetworks
public boolean hasMachineNetworks()
-
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 BareMetalPlatformSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends BareMetalPlatformSpecFluent<A>>
-
-