Package io.fabric8.openshift.api.model
Class RangeAllocationBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.RangeAllocationFluent<RangeAllocationBuilder>
-
- io.fabric8.openshift.api.model.RangeAllocationBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<RangeAllocation>,io.fabric8.kubernetes.api.builder.Visitable<RangeAllocationBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<RangeAllocation,RangeAllocationBuilder>
public class RangeAllocationBuilder extends RangeAllocationFluent<RangeAllocationBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<RangeAllocation,RangeAllocationBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.RangeAllocationFluent
RangeAllocationFluent.MetadataNested<N>
-
-
Constructor Summary
Constructors Constructor Description RangeAllocationBuilder()RangeAllocationBuilder(RangeAllocation instance)RangeAllocationBuilder(RangeAllocationFluent<?> fluent)RangeAllocationBuilder(RangeAllocationFluent<?> fluent, RangeAllocation instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RangeAllocationbuild()-
Methods inherited from class io.fabric8.openshift.api.model.RangeAllocationFluent
addToAdditionalProperties, addToAdditionalProperties, buildMetadata, copyInstance, editMetadata, editOrNewMetadata, editOrNewMetadataLike, equals, getAdditionalProperties, getApiVersion, getData, getKind, getRange, hasAdditionalProperties, hasApiVersion, hasData, hashCode, hasKind, hasMetadata, hasRange, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withData, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withRange
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
RangeAllocationBuilder
public RangeAllocationBuilder()
-
RangeAllocationBuilder
public RangeAllocationBuilder(RangeAllocationFluent<?> fluent)
-
RangeAllocationBuilder
public RangeAllocationBuilder(RangeAllocationFluent<?> fluent, RangeAllocation instance)
-
RangeAllocationBuilder
public RangeAllocationBuilder(RangeAllocation instance)
-
-
Method Detail
-
build
public RangeAllocation build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<RangeAllocation>
-
-