Uses of Class
io.kubernetes.client.openapi.models.V1VolumeAttachmentSource
Packages that use V1VolumeAttachmentSource
-
Uses of V1VolumeAttachmentSource in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1VolumeAttachmentSourceModifier and TypeMethodDescriptionstatic V1VolumeAttachmentSource
Create an instance of V1VolumeAttachmentSource given an JSON stringV1VolumeAttachmentSpec.getSource()
Get sourceV1VolumeAttachmentSource.inlineVolumeSpec
(V1PersistentVolumeSpec inlineVolumeSpec) V1VolumeAttachmentSource.persistentVolumeName
(String persistentVolumeName) Methods in io.kubernetes.client.openapi.models with parameters of type V1VolumeAttachmentSourceModifier and TypeMethodDescriptionvoid
V1VolumeAttachmentSpec.setSource
(V1VolumeAttachmentSource source) V1VolumeAttachmentSpec.source
(V1VolumeAttachmentSource source)