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