JobDefinitionImagePullSecretArgs

data class JobDefinitionImagePullSecretArgs(val name: Output<String>) : ConvertibleToJava<JobDefinitionImagePullSecretArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

Provides a unique identifier for the ImagePullSecret . This object is required when EksPodProperties$imagePullSecrets is used.

Functions

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