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