Class VSpherePlatformStatusBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.VSpherePlatformStatusFluent<VSpherePlatformStatusBuilder>
-
- io.fabric8.openshift.api.model.config.v1.VSpherePlatformStatusBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<VSpherePlatformStatus>,io.fabric8.kubernetes.api.builder.Visitable<VSpherePlatformStatusBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<VSpherePlatformStatus,VSpherePlatformStatusBuilder>
public class VSpherePlatformStatusBuilder extends VSpherePlatformStatusFluent<VSpherePlatformStatusBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<VSpherePlatformStatus,VSpherePlatformStatusBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.VSpherePlatformStatusFluent
VSpherePlatformStatusFluent.LoadBalancerNested<N>
-
-
Constructor Summary
Constructors Constructor Description VSpherePlatformStatusBuilder()VSpherePlatformStatusBuilder(VSpherePlatformStatus instance)VSpherePlatformStatusBuilder(VSpherePlatformStatusFluent<?> fluent)VSpherePlatformStatusBuilder(VSpherePlatformStatusFluent<?> fluent, VSpherePlatformStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VSpherePlatformStatusbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.VSpherePlatformStatusFluent
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
-
VSpherePlatformStatusBuilder
public VSpherePlatformStatusBuilder()
-
VSpherePlatformStatusBuilder
public VSpherePlatformStatusBuilder(VSpherePlatformStatusFluent<?> fluent)
-
VSpherePlatformStatusBuilder
public VSpherePlatformStatusBuilder(VSpherePlatformStatusFluent<?> fluent, VSpherePlatformStatus instance)
-
VSpherePlatformStatusBuilder
public VSpherePlatformStatusBuilder(VSpherePlatformStatus instance)
-
-
Method Detail
-
build
public VSpherePlatformStatus build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<VSpherePlatformStatus>
-
-