Uses of Class
io.fabric8.kubernetes.api.model.ScaleIOVolumeSource
-
Packages that use ScaleIOVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of ScaleIOVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ScaleIOVolumeSource Modifier and Type Method Description ScaleIOVolumeSourceScaleIOVolumeSourceBuilder. build()ScaleIOVolumeSourceVolumeFluent. buildScaleIO()ScaleIOVolumeSourceVolume. getScaleIO()Volume represents a named volume in a pod that may be accessed by any container in the pod.Methods in io.fabric8.kubernetes.api.model with parameters of type ScaleIOVolumeSource Modifier and Type Method Description protected voidScaleIOVolumeSourceFluent. copyInstance(ScaleIOVolumeSource instance)VolumeFluent.ScaleIONested<A>VolumeFluent. editOrNewScaleIOLike(ScaleIOVolumeSource item)voidVolume. setScaleIO(ScaleIOVolumeSource scaleIO)Volume represents a named volume in a pod that may be accessed by any container in the pod.VolumeFluent.ScaleIONested<A>VolumeFluent. withNewScaleIOLike(ScaleIOVolumeSource item)AVolumeFluent. withScaleIO(ScaleIOVolumeSource scaleIO)
-