ImageRegistryCredentialResponse

data class ImageRegistryCredentialResponse(val password: String? = null, val server: String, val username: String)

Image registry credential.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The password for the private registry.

Link copied to clipboard

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

Link copied to clipboard

The username for the private registry.