GetRegistryImageManifestsPlainArgs

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

A collection of arguments for invoking getRegistryImageManifests.

Constructors

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

Properties

Link copied to clipboard

Authentication configuration for the Docker registry. It is only used for this resource.

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(): GetRegistryImageManifestsPlainArgs