ImageRegistryCredentialResponse

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

Credential of the image registry

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The password of the image registry credential

Link copied to clipboard
val username: String? = null

The username of the image registry credential