GetRegistryImagePlainArgs

data class GetRegistryImagePlainArgs(val insecureSkipVerify: Boolean? = null, val name: String) : ConvertibleToJava<GetRegistryImagePlainArgs>

A collection of arguments for invoking getRegistryImage.

Constructors

Link copied to clipboard
constructor(insecureSkipVerify: Boolean? = null, name: String)

Properties

Link copied to clipboard

If true, the verification of TLS certificates of the server/registry is disabled. Defaults to false

Link copied to clipboard

The name of the Docker image, including any tags. e.g. alpine:latest

Functions

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