ImageRegistryCredentialArgs

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

Image registry credential.

Constructors

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

Properties

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

The identity for the private registry.

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

The identity URL for the private registry.

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

The password for the private registry.

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

The reference for the private registry password.

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>? = null

The username for the private registry.

Functions

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