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. The password is required for create or update operations, however it is not returned in the get or list operations.

Link copied to clipboard
val server: Output<String>

Docker image registry server, without 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