ContainerRegistryResponse

data class ContainerRegistryResponse(val password: String, val registryServer: String? = null, val userName: String)

Constructors

Link copied to clipboard
constructor(password: String, registryServer: String? = null, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val registryServer: String? = null

If omitted, the default is "docker.io".

Link copied to clipboard