Uses of Class
io.kubernetes.client.openapi.models.V1ScaleIOPersistentVolumeSource
Packages that use V1ScaleIOPersistentVolumeSource
-
Uses of V1ScaleIOPersistentVolumeSource in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ScaleIOPersistentVolumeSourceModifier and TypeMethodDescriptionV1PersistentVolumeSpec.getScaleIO()
Get scaleIOV1ScaleIOPersistentVolumeSource.protectionDomain
(String protectionDomain) V1ScaleIOPersistentVolumeSource.secretRef
(V1SecretReference secretRef) V1ScaleIOPersistentVolumeSource.sslEnabled
(Boolean sslEnabled) V1ScaleIOPersistentVolumeSource.storageMode
(String storageMode) V1ScaleIOPersistentVolumeSource.storagePool
(String storagePool) V1ScaleIOPersistentVolumeSource.volumeName
(String volumeName) Methods in io.kubernetes.client.openapi.models with parameters of type V1ScaleIOPersistentVolumeSourceModifier and TypeMethodDescriptionV1PersistentVolumeSpec.scaleIO
(V1ScaleIOPersistentVolumeSource scaleIO) void
V1PersistentVolumeSpec.setScaleIO
(V1ScaleIOPersistentVolumeSource scaleIO)