Portworx Volume Source Patch
data class PortworxVolumeSourcePatch(val fsType: String? = null, val readOnly: Boolean? = null, val volumeID: String? = null)
PortworxVolumeSource represents a Portworx volume resource.
Constructors
Link copied to clipboard
fun PortworxVolumeSourcePatch(fsType: String? = null, readOnly: Boolean? = null, volumeID: String? = null)