Class PodSchedulingContextListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextListFluent<PodSchedulingContextListBuilder>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<PodSchedulingContextList>,io.fabric8.kubernetes.api.builder.Visitable<PodSchedulingContextListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<PodSchedulingContextList,PodSchedulingContextListBuilder>
public class PodSchedulingContextListBuilder extends PodSchedulingContextListFluent<PodSchedulingContextListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PodSchedulingContextList,PodSchedulingContextListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextListFluent
PodSchedulingContextListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description PodSchedulingContextListBuilder()PodSchedulingContextListBuilder(PodSchedulingContextList instance)PodSchedulingContextListBuilder(PodSchedulingContextListFluent<?> fluent)PodSchedulingContextListBuilder(PodSchedulingContextListFluent<?> fluent, PodSchedulingContextList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PodSchedulingContextListbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextListFluent
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
-
PodSchedulingContextListBuilder
public PodSchedulingContextListBuilder()
-
PodSchedulingContextListBuilder
public PodSchedulingContextListBuilder(PodSchedulingContextListFluent<?> fluent)
-
PodSchedulingContextListBuilder
public PodSchedulingContextListBuilder(PodSchedulingContextList instance)
-
PodSchedulingContextListBuilder
public PodSchedulingContextListBuilder(PodSchedulingContextListFluent<?> fluent, PodSchedulingContextList instance)
-
-
Method Detail
-
build
public PodSchedulingContextList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<PodSchedulingContextList>
-
-