ServiceTemplateSpecVolumeArgs

data class ServiceTemplateSpecVolumeArgs(val emptyDir: Output<ServiceTemplateSpecVolumeEmptyDirArgs>? = null, val name: Output<String>, val secret: Output<ServiceTemplateSpecVolumeSecretArgs>? = null) : ConvertibleToJava<ServiceTemplateSpecVolumeArgs>

Constructors

Link copied to clipboard
constructor(emptyDir: Output<ServiceTemplateSpecVolumeEmptyDirArgs>? = null, name: Output<String>, secret: Output<ServiceTemplateSpecVolumeSecretArgs>? = null)

Properties

Link copied to clipboard
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.

Functions

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