RegistryCredentialsResponse

data class RegistryCredentialsResponse(val passwordSecretRef: String? = null, val server: String? = null, val username: String? = null)

Container App Private Registry

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Secret that contains the registry login password

Link copied to clipboard
val server: String? = null

Container Registry Server

Link copied to clipboard
val username: String? = null

Container Registry Username