ImageRegistryCredentialArgs

data class ImageRegistryCredentialArgs(val password: Output<String>? = null, val server: Output<String>, val username: Output<String>) : ConvertibleToJava<ImageRegistryCredentialArgs>

Image registry credential.

Constructors

Link copied to clipboard
constructor(password: Output<String>? = null, server: Output<String>, username: Output<String>)

Properties

Link copied to clipboard
val password: Output<String>? = null

The password for the private registry.

Link copied to clipboard
val server: Output<String>

The Docker image registry server without a protocol such as "http" and "https".

Link copied to clipboard
val username: Output<String>

The username for the private registry.

Functions

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