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