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