Class IPPoolSpecAllocationsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPoolSpecAllocationsFluent<IPPoolSpecAllocationsBuilder>
-
- io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPoolSpecAllocationsBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<IPPoolSpecAllocations>,io.fabric8.kubernetes.api.builder.Visitable<IPPoolSpecAllocationsBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<IPPoolSpecAllocations,IPPoolSpecAllocationsBuilder>
public class IPPoolSpecAllocationsBuilder extends IPPoolSpecAllocationsFluent<IPPoolSpecAllocationsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<IPPoolSpecAllocations,IPPoolSpecAllocationsBuilder>
-
-
Constructor Summary
Constructors Constructor Description IPPoolSpecAllocationsBuilder()IPPoolSpecAllocationsBuilder(IPPoolSpecAllocations instance)IPPoolSpecAllocationsBuilder(IPPoolSpecAllocationsFluent<?> fluent)IPPoolSpecAllocationsBuilder(IPPoolSpecAllocationsFluent<?> fluent, IPPoolSpecAllocations instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPPoolSpecAllocationsbuild()-
Methods inherited from class io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPoolSpecAllocationsFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getId, getIfname, getPodref, hasAdditionalProperties, hashCode, hasId, hasIfname, hasPodref, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withId, withIfname, withPodref
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
IPPoolSpecAllocationsBuilder
public IPPoolSpecAllocationsBuilder()
-
IPPoolSpecAllocationsBuilder
public IPPoolSpecAllocationsBuilder(IPPoolSpecAllocationsFluent<?> fluent)
-
IPPoolSpecAllocationsBuilder
public IPPoolSpecAllocationsBuilder(IPPoolSpecAllocations instance)
-
IPPoolSpecAllocationsBuilder
public IPPoolSpecAllocationsBuilder(IPPoolSpecAllocationsFluent<?> fluent, IPPoolSpecAllocations instance)
-
-
Method Detail
-
build
public IPPoolSpecAllocations build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<IPPoolSpecAllocations>
-
-