Uses of Class
io.kubernetes.client.openapi.models.V1AzureDiskVolumeSource
Packages that use V1AzureDiskVolumeSource
-
Uses of V1AzureDiskVolumeSource in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1AzureDiskVolumeSourceModifier and TypeMethodDescriptionV1AzureDiskVolumeSource.cachingMode
(String cachingMode) V1PersistentVolumeSpec.getAzureDisk()
Get azureDiskV1Volume.getAzureDisk()
Get azureDiskMethods in io.kubernetes.client.openapi.models with parameters of type V1AzureDiskVolumeSourceModifier and TypeMethodDescriptionV1PersistentVolumeSpec.azureDisk
(V1AzureDiskVolumeSource azureDisk) V1Volume.azureDisk
(V1AzureDiskVolumeSource azureDisk) void
V1PersistentVolumeSpec.setAzureDisk
(V1AzureDiskVolumeSource azureDisk) void
V1Volume.setAzureDisk
(V1AzureDiskVolumeSource azureDisk)