Flex Volume Source Patch
data class FlexVolumeSourcePatch(val driver: String? = null, val fsType: String? = null, val options: Map<String, String>? = null, val readOnly: Boolean? = null, val secretRef: LocalObjectReferencePatch? = null)
FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
Constructors
Link copied to clipboard
fun FlexVolumeSourcePatch(driver: String? = null, fsType: String? = null, options: Map<String, String>? = null, readOnly: Boolean? = null, secretRef: LocalObjectReferencePatch? = null)