Package io.fabric8.kubernetes.api.model
Class PodTemplateListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodTemplateListFluentImpl<PodTemplateListBuilder>
-
- io.fabric8.kubernetes.api.model.PodTemplateListBuilder
-
- All Implemented Interfaces:
Builder<PodTemplateList>,Fluent<PodTemplateListBuilder>,Visitable<PodTemplateListBuilder>,VisitableBuilder<PodTemplateList,PodTemplateListBuilder>,PodTemplateListFluent<PodTemplateListBuilder>
public class PodTemplateListBuilder extends PodTemplateListFluentImpl<PodTemplateListBuilder> implements VisitableBuilder<PodTemplateList,PodTemplateListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.PodTemplateListFluentImpl
PodTemplateListFluentImpl.ItemsNestedImpl<N>, PodTemplateListFluentImpl.MetadataNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.PodTemplateListFluent
PodTemplateListFluent.ItemsNested<N>, PodTemplateListFluent.MetadataNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description PodTemplateListBuilder()PodTemplateListBuilder(PodTemplateList instance)PodTemplateListBuilder(PodTemplateListFluent<?> fluent)PodTemplateListBuilder(PodTemplateListFluent<?> fluent, PodTemplateList instance)PodTemplateListBuilder(PodTemplateListFluent<?> fluent, PodTemplateList instance, Boolean validationEnabled)PodTemplateListBuilder(PodTemplateListFluent<?> fluent, Boolean validationEnabled)PodTemplateListBuilder(PodTemplateList instance, Boolean validationEnabled)PodTemplateListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PodTemplateListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.kubernetes.api.model.PodTemplateListFluentImpl
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
-
PodTemplateListBuilder
public PodTemplateListBuilder()
-
PodTemplateListBuilder
public PodTemplateListBuilder(Boolean validationEnabled)
-
PodTemplateListBuilder
public PodTemplateListBuilder(PodTemplateListFluent<?> fluent)
-
PodTemplateListBuilder
public PodTemplateListBuilder(PodTemplateListFluent<?> fluent, Boolean validationEnabled)
-
PodTemplateListBuilder
public PodTemplateListBuilder(PodTemplateListFluent<?> fluent, PodTemplateList instance)
-
PodTemplateListBuilder
public PodTemplateListBuilder(PodTemplateListFluent<?> fluent, PodTemplateList instance, Boolean validationEnabled)
-
PodTemplateListBuilder
public PodTemplateListBuilder(PodTemplateList instance)
-
PodTemplateListBuilder
public PodTemplateListBuilder(PodTemplateList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public PodTemplateList build()
- Specified by:
buildin interfaceBuilder<PodTemplateList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classPodTemplateListFluentImpl<PodTemplateListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPodTemplateListFluentImpl<PodTemplateListBuilder>
-
-