Uses of Class
io.fabric8.kubernetes.api.model.storage.v1alpha1.VolumeAttachmentSpec
-
Packages that use VolumeAttachmentSpec Package Description io.fabric8.kubernetes.api.model.storage.v1alpha1 -
-
Uses of VolumeAttachmentSpec in io.fabric8.kubernetes.api.model.storage.v1alpha1
Methods in io.fabric8.kubernetes.api.model.storage.v1alpha1 that return VolumeAttachmentSpec Modifier and Type Method Description VolumeAttachmentSpecVolumeAttachmentSpecBuilder. build()VolumeAttachmentSpecVolumeAttachmentFluent. buildSpec()VolumeAttachmentSpecVolumeAttachment. getSpec()Methods in io.fabric8.kubernetes.api.model.storage.v1alpha1 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.v1alpha1 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)
-