Container Registry Credentials Response
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
fun ContainerRegistryCredentialsResponse(loginServer: String, password: String, password2: String, username: String)