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