@@ -54,7 +54,7 @@ class V1PersistentVolumeSpec(object):
54
54
'portworx_volume' : 'V1PortworxVolumeSource' ,
55
55
'quobyte' : 'V1QuobyteVolumeSource' ,
56
56
'rbd' : 'V1RBDVolumeSource' ,
57
- 'scale_io' : 'V1ScaleIOVolumeSource ' ,
57
+ 'scale_io' : 'V1ScaleIOPersistentVolumeSource ' ,
58
58
'storage_class_name' : 'str' ,
59
59
'storageos' : 'V1StorageOSPersistentVolumeSource' ,
60
60
'vsphere_volume' : 'V1VsphereVirtualDiskVolumeSource'
@@ -715,7 +715,7 @@ def scale_io(self):
715
715
ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
716
716
717
717
:return: The scale_io of this V1PersistentVolumeSpec.
718
- :rtype: V1ScaleIOVolumeSource
718
+ :rtype: V1ScaleIOPersistentVolumeSource
719
719
"""
720
720
return self ._scale_io
721
721
@@ -726,7 +726,7 @@ def scale_io(self, scale_io):
726
726
ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
727
727
728
728
:param scale_io: The scale_io of this V1PersistentVolumeSpec.
729
- :type: V1ScaleIOVolumeSource
729
+ :type: V1ScaleIOPersistentVolumeSource
730
730
"""
731
731
732
732
self ._scale_io = scale_io
0 commit comments