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

Link copied to clipboard

Docker image registry server, without protocol such as http and https.

Link copied to clipboard

The username for the private registry.