Class OpenStackPlatformStatusBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.OpenStackPlatformStatusFluent<OpenStackPlatformStatusBuilder>
-
- io.fabric8.openshift.api.model.config.v1.OpenStackPlatformStatusBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<OpenStackPlatformStatus>,io.fabric8.kubernetes.api.builder.Visitable<OpenStackPlatformStatusBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<OpenStackPlatformStatus,OpenStackPlatformStatusBuilder>
public class OpenStackPlatformStatusBuilder extends OpenStackPlatformStatusFluent<OpenStackPlatformStatusBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<OpenStackPlatformStatus,OpenStackPlatformStatusBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.OpenStackPlatformStatusFluent
OpenStackPlatformStatusFluent.LoadBalancerNested<N>
-
-
Constructor Summary
Constructors Constructor Description OpenStackPlatformStatusBuilder()OpenStackPlatformStatusBuilder(OpenStackPlatformStatus instance)OpenStackPlatformStatusBuilder(OpenStackPlatformStatusFluent<?> fluent)OpenStackPlatformStatusBuilder(OpenStackPlatformStatusFluent<?> fluent, OpenStackPlatformStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenStackPlatformStatusbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.OpenStackPlatformStatusFluent
addAllToApiServerInternalIPs, addAllToIngressIPs, addAllToMachineNetworks, addToAdditionalProperties, addToAdditionalProperties, addToApiServerInternalIPs, addToApiServerInternalIPs, addToIngressIPs, addToIngressIPs, addToMachineNetworks, addToMachineNetworks, buildLoadBalancer, copyInstance, editLoadBalancer, editOrNewLoadBalancer, editOrNewLoadBalancerLike, equals, getAdditionalProperties, getApiServerInternalIP, getApiServerInternalIP, getApiServerInternalIPs, getCloudName, getFirstApiServerInternalIP, getFirstIngressIP, getFirstMachineNetwork, getIngressIP, getIngressIP, getIngressIPs, getLastApiServerInternalIP, getLastIngressIP, getLastMachineNetwork, getMachineNetwork, getMachineNetworks, getMatchingApiServerInternalIP, getMatchingIngressIP, getMatchingMachineNetwork, getNodeDNSIP, hasAdditionalProperties, hasApiServerInternalIP, hasApiServerInternalIPs, hasCloudName, 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, withCloudName, 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
-
OpenStackPlatformStatusBuilder
public OpenStackPlatformStatusBuilder()
-
OpenStackPlatformStatusBuilder
public OpenStackPlatformStatusBuilder(OpenStackPlatformStatusFluent<?> fluent)
-
OpenStackPlatformStatusBuilder
public OpenStackPlatformStatusBuilder(OpenStackPlatformStatusFluent<?> fluent, OpenStackPlatformStatus instance)
-
OpenStackPlatformStatusBuilder
public OpenStackPlatformStatusBuilder(OpenStackPlatformStatus instance)
-
-
Method Detail
-
build
public OpenStackPlatformStatus build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<OpenStackPlatformStatus>
-
-