SessionRegistryCredentialsResponse

data class SessionRegistryCredentialsResponse(val passwordSecretRef: String? = null, val registryServer: String? = null, val username: String? = null)

Session pool private registry credentials.

Constructors

Link copied to clipboard
constructor(passwordSecretRef: String? = null, registryServer: 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 registryServer: String? = null

Container registry server.

Link copied to clipboard
val username: String? = null

Container registry username.