ContainerGroupImageRegistryCredential

data class ContainerGroupImageRegistryCredential(val password: String, val server: String, val userName: String)

Constructors

Link copied to clipboard
constructor(password: String, server: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password used to log on to the image repository. It is required when image_registry_credential is configured.

Link copied to clipboard

The address of the image repository. It is required when image_registry_credential is configured.

Link copied to clipboard

The username used to log on to the image repository. It is required when image_registry_credential is configured.