Package io.fabric8.openshift.api.model
Class DoneableTemplateList
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.TemplateListFluentImpl<DoneableTemplateList>
io.fabric8.openshift.api.model.DoneableTemplateList
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableTemplateList>,io.fabric8.kubernetes.api.builder.Visitable<DoneableTemplateList>,io.fabric8.kubernetes.api.model.Doneable<TemplateList>,TemplateListFluent<DoneableTemplateList>
public class DoneableTemplateList extends TemplateListFluentImpl<DoneableTemplateList> implements io.fabric8.kubernetes.api.model.Doneable<TemplateList>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.TemplateListFluentImpl
TemplateListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.TemplateListFluent
TemplateListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableTemplateList(io.fabric8.kubernetes.api.builder.Function<TemplateList,TemplateList> function)DoneableTemplateList(TemplateList item)DoneableTemplateList(TemplateList item, io.fabric8.kubernetes.api.builder.Function<TemplateList,TemplateList> function) -
Method Summary
Modifier and Type Method Description TemplateListdone()Methods inherited from class io.fabric8.openshift.api.model.TemplateListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, 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
-
Constructor Details
-
DoneableTemplateList
public DoneableTemplateList(io.fabric8.kubernetes.api.builder.Function<TemplateList,TemplateList> function) -
DoneableTemplateList
public DoneableTemplateList(TemplateList item, io.fabric8.kubernetes.api.builder.Function<TemplateList,TemplateList> function) -
DoneableTemplateList
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<TemplateList>
-