Package io.fabric8.openshift.api.model
Class DoneableProjectList
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ProjectListFluentImpl<DoneableProjectList>
io.fabric8.openshift.api.model.DoneableProjectList
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableProjectList>,io.fabric8.kubernetes.api.builder.Visitable<DoneableProjectList>,io.fabric8.kubernetes.api.model.Doneable<ProjectList>,ProjectListFluent<DoneableProjectList>
public class DoneableProjectList extends ProjectListFluentImpl<DoneableProjectList> implements io.fabric8.kubernetes.api.model.Doneable<ProjectList>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.ProjectListFluentImpl
ProjectListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.ProjectListFluent
ProjectListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableProjectList(io.fabric8.kubernetes.api.builder.Function<ProjectList,ProjectList> function)DoneableProjectList(ProjectList item)DoneableProjectList(ProjectList item, io.fabric8.kubernetes.api.builder.Function<ProjectList,ProjectList> function) -
Method Summary
Modifier and Type Method Description ProjectListdone()Methods inherited from class io.fabric8.openshift.api.model.ProjectListFluentImpl
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
-
DoneableProjectList
public DoneableProjectList(io.fabric8.kubernetes.api.builder.Function<ProjectList,ProjectList> function) -
DoneableProjectList
public DoneableProjectList(ProjectList item, io.fabric8.kubernetes.api.builder.Function<ProjectList,ProjectList> function) -
DoneableProjectList
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<ProjectList>
-