Uses of Class
io.fabric8.kubernetes.api.model.storage.VolumeAttachment
-
Packages that use VolumeAttachment Package Description io.fabric8.kubernetes.api.model.storage -
-
Uses of VolumeAttachment in io.fabric8.kubernetes.api.model.storage
Methods in io.fabric8.kubernetes.api.model.storage that return VolumeAttachment Modifier and Type Method Description VolumeAttachmentVolumeAttachmentBuilder. build()VolumeAttachmentVolumeAttachmentListFluent. buildFirstItem()VolumeAttachmentVolumeAttachmentListFluent. buildItem(int index)VolumeAttachmentVolumeAttachmentListFluent. buildLastItem()VolumeAttachmentVolumeAttachmentListFluent. buildMatchingItem(Predicate<VolumeAttachmentBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.storage that return types with arguments of type VolumeAttachment Modifier and Type Method Description List<VolumeAttachment>VolumeAttachmentListFluent. buildItems()List<VolumeAttachment>VolumeAttachmentList. getItems()Methods in io.fabric8.kubernetes.api.model.storage with parameters of type VolumeAttachment Modifier and Type Method Description VolumeAttachmentListFluent.ItemsNested<A>VolumeAttachmentListFluent. addNewItemLike(VolumeAttachment item)AVolumeAttachmentListFluent. addToItems(int index, VolumeAttachment item)AVolumeAttachmentListFluent. addToItems(VolumeAttachment... items)protected voidVolumeAttachmentFluent. copyInstance(VolumeAttachment instance)AVolumeAttachmentListFluent. removeFromItems(VolumeAttachment... items)VolumeAttachmentListFluent.ItemsNested<A>VolumeAttachmentListFluent. setNewItemLike(int index, VolumeAttachment item)AVolumeAttachmentListFluent. setToItems(int index, VolumeAttachment item)AVolumeAttachmentListFluent. withItems(VolumeAttachment... items)Method parameters in io.fabric8.kubernetes.api.model.storage with type arguments of type VolumeAttachment Modifier and Type Method Description AVolumeAttachmentListFluent. addAllToItems(Collection<VolumeAttachment> items)AVolumeAttachmentListFluent. removeAllFromItems(Collection<VolumeAttachment> items)voidVolumeAttachmentList. setItems(List<VolumeAttachment> items)AVolumeAttachmentListFluent. withItems(List<VolumeAttachment> items)Constructors in io.fabric8.kubernetes.api.model.storage with parameters of type VolumeAttachment Constructor Description VolumeAttachmentBuilder(VolumeAttachment instance)VolumeAttachmentBuilder(VolumeAttachmentFluent<?> fluent, VolumeAttachment instance)VolumeAttachmentFluent(VolumeAttachment instance)Constructor parameters in io.fabric8.kubernetes.api.model.storage with type arguments of type VolumeAttachment Constructor Description VolumeAttachmentList(String apiVersion, List<VolumeAttachment> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-