Scale IOVolume Source Patch
data class ScaleIOVolumeSourcePatch(val fsType: String? = null, val gateway: String? = null, val protectionDomain: String? = null, val readOnly: Boolean? = null, val secretRef: LocalObjectReferencePatch? = null, val sslEnabled: Boolean? = null, val storageMode: String? = null, val storagePool: String? = null, val system: String? = null, val volumeName: String? = null)
ScaleIOVolumeSource represents a persistent ScaleIO volume
Constructors
Link copied to clipboard
fun ScaleIOVolumeSourcePatch(fsType: String? = null, gateway: String? = null, protectionDomain: String? = null, readOnly: Boolean? = null, secretRef: LocalObjectReferencePatch? = null, sslEnabled: Boolean? = null, storageMode: String? = null, storagePool: String? = null, system: String? = null, volumeName: String? = null)