JobRegistry

data class JobRegistry(val identity: String? = null, val passwordSecretName: String? = null, val server: String, val username: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identity: String? = null

A Managed Identity to use to authenticate with Azure Container Registry.

Link copied to clipboard

The name of the Secret that contains the registry login password.

Link copied to clipboard

The URL of the Azure Container Registry server.

Link copied to clipboard
val username: String? = null

The username to use to authenticate with Azure Container Registry.