Uses of Class
io.fabric8.kubernetes.api.model.storage.VolumeAttachmentStatus
-
Packages that use VolumeAttachmentStatus Package Description io.fabric8.kubernetes.api.model.storage -
-
Uses of VolumeAttachmentStatus in io.fabric8.kubernetes.api.model.storage
Methods in io.fabric8.kubernetes.api.model.storage that return VolumeAttachmentStatus Modifier and Type Method Description VolumeAttachmentStatusVolumeAttachmentStatusBuilder. build()VolumeAttachmentStatusVolumeAttachmentFluent. buildStatus()VolumeAttachmentStatusVolumeAttachment. getStatus()Methods in io.fabric8.kubernetes.api.model.storage with parameters of type VolumeAttachmentStatus Modifier and Type Method Description protected voidVolumeAttachmentStatusFluent. copyInstance(VolumeAttachmentStatus instance)VolumeAttachmentFluent.StatusNested<A>VolumeAttachmentFluent. editOrNewStatusLike(VolumeAttachmentStatus item)voidVolumeAttachment. setStatus(VolumeAttachmentStatus status)VolumeAttachmentFluent.StatusNested<A>VolumeAttachmentFluent. withNewStatusLike(VolumeAttachmentStatus item)AVolumeAttachmentFluent. withStatus(VolumeAttachmentStatus status)Constructors in io.fabric8.kubernetes.api.model.storage with parameters of type VolumeAttachmentStatus Constructor Description VolumeAttachment(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, VolumeAttachmentSpec spec, VolumeAttachmentStatus status)VolumeAttachmentStatusBuilder(VolumeAttachmentStatus instance)VolumeAttachmentStatusBuilder(VolumeAttachmentStatusFluent<?> fluent, VolumeAttachmentStatus instance)VolumeAttachmentStatusFluent(VolumeAttachmentStatus instance)
-