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