Class BareMetalPlatformSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.BareMetalPlatformSpecFluent<BareMetalPlatformSpecBuilder>
-
- io.fabric8.openshift.api.model.config.v1.BareMetalPlatformSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<BareMetalPlatformSpec>,io.fabric8.kubernetes.api.builder.Visitable<BareMetalPlatformSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<BareMetalPlatformSpec,BareMetalPlatformSpecBuilder>
public class BareMetalPlatformSpecBuilder extends BareMetalPlatformSpecFluent<BareMetalPlatformSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<BareMetalPlatformSpec,BareMetalPlatformSpecBuilder>
-
-
Constructor Summary
Constructors Constructor Description BareMetalPlatformSpecBuilder()BareMetalPlatformSpecBuilder(BareMetalPlatformSpec instance)BareMetalPlatformSpecBuilder(BareMetalPlatformSpecFluent<?> fluent)BareMetalPlatformSpecBuilder(BareMetalPlatformSpecFluent<?> fluent, BareMetalPlatformSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BareMetalPlatformSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.BareMetalPlatformSpecFluent
addAllToApiServerInternalIPs, addAllToIngressIPs, addAllToMachineNetworks, addToAdditionalProperties, addToAdditionalProperties, addToApiServerInternalIPs, addToApiServerInternalIPs, addToIngressIPs, addToIngressIPs, addToMachineNetworks, addToMachineNetworks, copyInstance, equals, getAdditionalProperties, getApiServerInternalIP, getApiServerInternalIPs, getFirstApiServerInternalIP, getFirstIngressIP, getFirstMachineNetwork, getIngressIP, getIngressIPs, getLastApiServerInternalIP, getLastIngressIP, getLastMachineNetwork, getMachineNetwork, getMachineNetworks, getMatchingApiServerInternalIP, getMatchingIngressIP, getMatchingMachineNetwork, hasAdditionalProperties, hasApiServerInternalIPs, hashCode, hasIngressIPs, hasMachineNetworks, hasMatchingApiServerInternalIP, hasMatchingIngressIP, hasMatchingMachineNetwork, removeAllFromApiServerInternalIPs, removeAllFromIngressIPs, removeAllFromMachineNetworks, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromApiServerInternalIPs, removeFromIngressIPs, removeFromMachineNetworks, setToApiServerInternalIPs, setToIngressIPs, setToMachineNetworks, toString, withAdditionalProperties, withApiServerInternalIPs, withApiServerInternalIPs, withIngressIPs, withIngressIPs, withMachineNetworks, withMachineNetworks
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
BareMetalPlatformSpecBuilder
public BareMetalPlatformSpecBuilder()
-
BareMetalPlatformSpecBuilder
public BareMetalPlatformSpecBuilder(BareMetalPlatformSpecFluent<?> fluent)
-
BareMetalPlatformSpecBuilder
public BareMetalPlatformSpecBuilder(BareMetalPlatformSpecFluent<?> fluent, BareMetalPlatformSpec instance)
-
BareMetalPlatformSpecBuilder
public BareMetalPlatformSpecBuilder(BareMetalPlatformSpec instance)
-
-
Method Detail
-
build
public BareMetalPlatformSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<BareMetalPlatformSpec>
-
-