JobDefinitionEksPropertiesPodPropertiesVolumeSecret

data class JobDefinitionEksPropertiesPodPropertiesVolumeSecret(val optional: Boolean? = null, val secretName: String)

Constructors

constructor(optional: Boolean? = null, secretName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val optional: Boolean? = null

Whether the secret or the secret's keys must be defined.

Link copied to clipboard

Name of the secret. The name must be allowed as a DNS subdomain name.