SpringCloudServiceContainerRegistry

data class SpringCloudServiceContainerRegistry(val name: String, val password: String, val server: String, val username: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the name of the container registry.

Link copied to clipboard

Specifies the password of the container registry.

Link copied to clipboard

Specifies the login server of the container registry.

Link copied to clipboard

Specifies the username of the container registry.