Package io.fabric8.kubernetes.api.model
Class DoneablePodTemplateList
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.PodTemplateListFluentImpl<DoneablePodTemplateList>
io.fabric8.kubernetes.api.model.DoneablePodTemplateList
- All Implemented Interfaces:
Fluent<DoneablePodTemplateList>,Visitable<DoneablePodTemplateList>,Doneable<PodTemplateList>,PodTemplateListFluent<DoneablePodTemplateList>
public class DoneablePodTemplateList extends PodTemplateListFluentImpl<DoneablePodTemplateList> implements Doneable<PodTemplateList>
-
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 DoneablePodTemplateList(Function<PodTemplateList,PodTemplateList> function)DoneablePodTemplateList(PodTemplateList item)DoneablePodTemplateList(PodTemplateList item, Function<PodTemplateList,PodTemplateList> function) -
Method Summary
Modifier and Type Method Description PodTemplateListdone()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, equals, 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
-
Constructor Details
-
DoneablePodTemplateList
-
DoneablePodTemplateList
public DoneablePodTemplateList(PodTemplateList item, Function<PodTemplateList,PodTemplateList> function) -
DoneablePodTemplateList
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<PodTemplateList>
-