EciScalingConfigurationImageRegistryCredential

data class EciScalingConfigurationImageRegistryCredential(val password: String? = null, val server: String? = null, val username: String? = null)

Constructors

constructor(password: String? = null, server: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

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

Link copied to clipboard
val server: String? = null

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

Link copied to clipboard
val username: String? = null

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