Package io.fabric8.kubernetes.api.model
Class PodListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodListFluentImpl<PodListBuilder>
-
- io.fabric8.kubernetes.api.model.PodListBuilder
-
- All Implemented Interfaces:
Builder<PodList>,Fluent<PodListBuilder>,Visitable<PodListBuilder>,VisitableBuilder<PodList,PodListBuilder>,PodListFluent<PodListBuilder>
public class PodListBuilder extends PodListFluentImpl<PodListBuilder> implements VisitableBuilder<PodList,PodListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.PodListFluentImpl
PodListFluentImpl.ItemsNestedImpl<N>, PodListFluentImpl.MetadataNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.PodListFluent
PodListFluent.ItemsNested<N>, PodListFluent.MetadataNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description PodListBuilder()PodListBuilder(PodList instance)PodListBuilder(PodListFluent<?> fluent)PodListBuilder(PodListFluent<?> fluent, PodList instance)PodListBuilder(PodListFluent<?> fluent, PodList instance, Boolean validationEnabled)PodListBuilder(PodListFluent<?> fluent, Boolean validationEnabled)PodListBuilder(PodList instance, Boolean validationEnabled)PodListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PodListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.kubernetes.api.model.PodListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, buildMetadata, editFirstItem, editItem, editLastItem, editMatchingItem, editMetadata, editOrNewMetadata, editOrNewMetadataLike, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withApiVersion, withItems, withItems, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadata, withNewMetadataLike
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
PodListBuilder
public PodListBuilder()
-
PodListBuilder
public PodListBuilder(Boolean validationEnabled)
-
PodListBuilder
public PodListBuilder(PodListFluent<?> fluent)
-
PodListBuilder
public PodListBuilder(PodListFluent<?> fluent, Boolean validationEnabled)
-
PodListBuilder
public PodListBuilder(PodListFluent<?> fluent, PodList instance)
-
PodListBuilder
public PodListBuilder(PodListFluent<?> fluent, PodList instance, Boolean validationEnabled)
-
PodListBuilder
public PodListBuilder(PodList instance)
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classPodListFluentImpl<PodListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPodListFluentImpl<PodListBuilder>
-
-