ContainerRegistryCredentialsResponse

data class ContainerRegistryCredentialsResponse(val loginServer: String, val password: String, val password2: String, val username: String)

Information about the Azure Container Registry which contains the images deployed to the cluster.

Constructors

Link copied to clipboard
constructor(loginServer: String, password: String, password2: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ACR login server name. User name is the first part of the FQDN.

Link copied to clipboard

The ACR primary password.

Link copied to clipboard

The ACR secondary password.

Link copied to clipboard

The ACR login username.