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