SessionRegistryCredentialsArgs

data class SessionRegistryCredentialsArgs(val passwordSecretRef: Output<String>? = null, val registryServer: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<SessionRegistryCredentialsArgs>

Session pool private registry credentials.

Constructors

Link copied to clipboard
constructor(passwordSecretRef: Output<String>? = null, registryServer: Output<String>? = null, username: Output<String>? = null)

Properties

Link copied to clipboard
val passwordSecretRef: Output<String>? = null

The name of the secret that contains the registry login password

Link copied to clipboard
val registryServer: Output<String>? = null

Container registry server.

Link copied to clipboard
val username: Output<String>? = null

Container registry username.

Functions

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