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