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