RegistryImageAuthConfig

data class RegistryImageAuthConfig(val address: String, val password: String, val username: String)

Constructors

Link copied to clipboard
constructor(address: String, password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address of the Docker registry.

Link copied to clipboard

The password for the Docker registry.

Link copied to clipboard

The username for the Docker registry.