Image Repository Credentials Args
data class ImageRepositoryCredentialsArgs(val password: Output<String>, val registryUrl: Output<String>, val username: Output<String>) : ConvertibleToJava<ImageRepositoryCredentialsArgs>
Constructors
Link copied to clipboard
fun ImageRepositoryCredentialsArgs(password: Output<String>, registryUrl: Output<String>, username: Output<String>)