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
-
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
Modifier and Type Method Description PodTemplateListbuild()booleanequals(Object o)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, withNewMetadataLikeMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
PodTemplateListBuilder
public PodTemplateListBuilder() -
PodTemplateListBuilder
-
PodTemplateListBuilder
-
PodTemplateListBuilder
-
PodTemplateListBuilder
-
PodTemplateListBuilder
public PodTemplateListBuilder(PodTemplateListFluent<?> fluent, PodTemplateList instance, Boolean validationEnabled) -
PodTemplateListBuilder
-
PodTemplateListBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<PodTemplateList>
-
equals
- Overrides:
equalsin classPodTemplateListFluentImpl<PodTemplateListBuilder>
-