ServiceTemplateSpecVolume

data class ServiceTemplateSpecVolume(val emptyDir: ServiceTemplateSpecVolumeEmptyDir? = null, val name: String, val secret: ServiceTemplateSpecVolumeSecret? = null)

Constructors

Link copied to clipboard
constructor(emptyDir: ServiceTemplateSpecVolumeEmptyDir? = null, name: String, secret: ServiceTemplateSpecVolumeSecret? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

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.