image Pull Secrets
Parameters
value
References a Kubernetes secret resource. It holds a list of secrets. These secrets help to gain access to pull an images from a private registry. ImagePullSecret$name
is required when this object is used.
Parameters
values
References a Kubernetes secret resource. It holds a list of secrets. These secrets help to gain access to pull an images from a private registry. ImagePullSecret$name
is required when this object is used.
suspend fun imagePullSecrets(argument: List<suspend JobDefinitionImagePullSecretArgsBuilder.() -> Unit>)
suspend fun imagePullSecrets(vararg argument: suspend JobDefinitionImagePullSecretArgsBuilder.() -> Unit)
Parameters
argument
References a Kubernetes secret resource. It holds a list of secrets. These secrets help to gain access to pull an images from a private registry. ImagePullSecret$name
is required when this object is used.