Flex Volume Source Args
data class FlexVolumeSourceArgs(val driver: Output<String>, val fsType: Output<String>? = null, val options: Output<Map<String, String>>? = null, val readOnly: Output<Boolean>? = null, val secretRef: Output<LocalObjectReferenceArgs>? = null) : ConvertibleToJava<FlexVolumeSourceArgs>
FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
Properties
Link copied to clipboard
secretRef is Optional: secretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.