GetRegistryImageManifestsAuthConfig

data class GetRegistryImageManifestsAuthConfig(val address: String, val password: String, val username: String) : ConvertibleToJava<GetRegistryImageManifestsAuthConfig>

Constructors

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

Properties

Link copied to clipboard

The address of the Docker registry.

Link copied to clipboard

The password for the Docker registry.

Link copied to clipboard

The username for the Docker registry.

Functions

Link copied to clipboard
open override fun toJava(): GetRegistryImageManifestsAuthConfig