ServiceTemplateSpecVolumeArgs

data class ServiceTemplateSpecVolumeArgs(val name: Output<String>, val secret: Output<ServiceTemplateSpecVolumeSecretArgs>) : ConvertibleToJava<ServiceTemplateSpecVolumeArgs>

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): ServiceTemplateSpecVolumeArgs

Properties

Link copied to clipboard
val name: Output<String>

Volume's name.

Link copied to clipboard

The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secret_name. Structure is documented below.