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