Class BareMetalPlatformStatusBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.BareMetalPlatformStatusFluent<BareMetalPlatformStatusBuilder>
-
- io.fabric8.openshift.api.model.config.v1.BareMetalPlatformStatusBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<BareMetalPlatformStatus>,io.fabric8.kubernetes.api.builder.Visitable<BareMetalPlatformStatusBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<BareMetalPlatformStatus,BareMetalPlatformStatusBuilder>
public class BareMetalPlatformStatusBuilder extends BareMetalPlatformStatusFluent<BareMetalPlatformStatusBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<BareMetalPlatformStatus,BareMetalPlatformStatusBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.BareMetalPlatformStatusFluent
BareMetalPlatformStatusFluent.LoadBalancerNested<N>
-
-
Constructor Summary
Constructors Constructor Description BareMetalPlatformStatusBuilder()BareMetalPlatformStatusBuilder(BareMetalPlatformStatus instance)BareMetalPlatformStatusBuilder(BareMetalPlatformStatusFluent<?> fluent)BareMetalPlatformStatusBuilder(BareMetalPlatformStatusFluent<?> fluent, BareMetalPlatformStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BareMetalPlatformStatusbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.BareMetalPlatformStatusFluent
addAllToApiServerInternalIPs, addAllToIngressIPs, addAllToMachineNetworks, addToAdditionalProperties, addToAdditionalProperties, addToApiServerInternalIPs, addToApiServerInternalIPs, addToIngressIPs, addToIngressIPs, addToMachineNetworks, addToMachineNetworks, buildLoadBalancer, copyInstance, editLoadBalancer, editOrNewLoadBalancer, editOrNewLoadBalancerLike, equals, getAdditionalProperties, getApiServerInternalIP, getApiServerInternalIP, getApiServerInternalIPs, getFirstApiServerInternalIP, getFirstIngressIP, getFirstMachineNetwork, getIngressIP, getIngressIP, getIngressIPs, getLastApiServerInternalIP, getLastIngressIP, getLastMachineNetwork, getMachineNetwork, getMachineNetworks, getMatchingApiServerInternalIP, getMatchingIngressIP, getMatchingMachineNetwork, getNodeDNSIP, hasAdditionalProperties, hasApiServerInternalIP, hasApiServerInternalIPs, hashCode, hasIngressIP, hasIngressIPs, hasLoadBalancer, hasMachineNetworks, hasMatchingApiServerInternalIP, hasMatchingIngressIP, hasMatchingMachineNetwork, hasNodeDNSIP, removeAllFromApiServerInternalIPs, removeAllFromIngressIPs, removeAllFromMachineNetworks, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromApiServerInternalIPs, removeFromIngressIPs, removeFromMachineNetworks, setToApiServerInternalIPs, setToIngressIPs, setToMachineNetworks, toString, withAdditionalProperties, withApiServerInternalIP, withApiServerInternalIPs, withApiServerInternalIPs, withIngressIP, withIngressIPs, withIngressIPs, withLoadBalancer, withMachineNetworks, withMachineNetworks, withNewLoadBalancer, withNewLoadBalancer, withNewLoadBalancerLike, withNodeDNSIP
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
BareMetalPlatformStatusBuilder
public BareMetalPlatformStatusBuilder()
-
BareMetalPlatformStatusBuilder
public BareMetalPlatformStatusBuilder(BareMetalPlatformStatusFluent<?> fluent)
-
BareMetalPlatformStatusBuilder
public BareMetalPlatformStatusBuilder(BareMetalPlatformStatusFluent<?> fluent, BareMetalPlatformStatus instance)
-
BareMetalPlatformStatusBuilder
public BareMetalPlatformStatusBuilder(BareMetalPlatformStatus instance)
-
-
Method Detail
-
build
public BareMetalPlatformStatus build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<BareMetalPlatformStatus>
-
-