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