JobDefinitionEksSecret

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

Constructors

Link copied to clipboard
constructor(optional: Boolean? = null, secretName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val optional: Boolean? = null

Specifies whether the secret or the secret's keys must be defined.

Link copied to clipboard

The name of the secret. The name must be allowed as a DNS subdomain name. For more information, see DNS subdomain names in the Kubernetes documentation .