Uses of Class
io.fabric8.kubernetes.api.model.storage.VolumeAttachmentSpec
-
Packages that use VolumeAttachmentSpec Package Description io.fabric8.kubernetes.api.model.storage -
-
Uses of VolumeAttachmentSpec in io.fabric8.kubernetes.api.model.storage
Methods in io.fabric8.kubernetes.api.model.storage that return VolumeAttachmentSpec Modifier and Type Method Description VolumeAttachmentSpecVolumeAttachmentSpecBuilder. build()VolumeAttachmentSpecVolumeAttachmentFluent. buildSpec()VolumeAttachmentSpecVolumeAttachment. getSpec()Methods in io.fabric8.kubernetes.api.model.storage with parameters of type VolumeAttachmentSpec Modifier and Type Method Description protected voidVolumeAttachmentSpecFluent. copyInstance(VolumeAttachmentSpec instance)VolumeAttachmentFluent.SpecNested<A>VolumeAttachmentFluent. editOrNewSpecLike(VolumeAttachmentSpec item)voidVolumeAttachment. setSpec(VolumeAttachmentSpec spec)VolumeAttachmentFluent.SpecNested<A>VolumeAttachmentFluent. withNewSpecLike(VolumeAttachmentSpec item)AVolumeAttachmentFluent. withSpec(VolumeAttachmentSpec spec)Constructors in io.fabric8.kubernetes.api.model.storage with parameters of type VolumeAttachmentSpec Constructor Description VolumeAttachment(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, VolumeAttachmentSpec spec, VolumeAttachmentStatus status)VolumeAttachmentSpecBuilder(VolumeAttachmentSpec instance)VolumeAttachmentSpecBuilder(VolumeAttachmentSpecFluent<?> fluent, VolumeAttachmentSpec instance)VolumeAttachmentSpecFluent(VolumeAttachmentSpec instance)
-