Package io.fabric8.openshift.api.model
Class RangeAllocationListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.RangeAllocationListFluent<RangeAllocationListBuilder>
-
- io.fabric8.openshift.api.model.RangeAllocationListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<RangeAllocationList>,io.fabric8.kubernetes.api.builder.Visitable<RangeAllocationListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<RangeAllocationList,RangeAllocationListBuilder>
public class RangeAllocationListBuilder extends RangeAllocationListFluent<RangeAllocationListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<RangeAllocationList,RangeAllocationListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.RangeAllocationListFluent
RangeAllocationListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description RangeAllocationListBuilder()RangeAllocationListBuilder(RangeAllocationList instance)RangeAllocationListBuilder(RangeAllocationListFluent<?> fluent)RangeAllocationListBuilder(RangeAllocationListFluent<?> fluent, RangeAllocationList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RangeAllocationListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.RangeAllocationListFluent
addAllToItems, addNewItem, addNewItemLike, addToAdditionalProperties, addToAdditionalProperties, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, copyInstance, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getAdditionalProperties, getApiVersion, getKind, getMetadata, hasAdditionalProperties, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withAdditionalProperties, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
RangeAllocationListBuilder
public RangeAllocationListBuilder()
-
RangeAllocationListBuilder
public RangeAllocationListBuilder(RangeAllocationListFluent<?> fluent)
-
RangeAllocationListBuilder
public RangeAllocationListBuilder(RangeAllocationList instance)
-
RangeAllocationListBuilder
public RangeAllocationListBuilder(RangeAllocationListFluent<?> fluent, RangeAllocationList instance)
-
-
Method Detail
-
build
public RangeAllocationList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<RangeAllocationList>
-
-