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