GetRegistryImageManifestsResult

data class GetRegistryImageManifestsResult(val authConfig: GetRegistryImageManifestsAuthConfig? = null, val id: String, val insecureSkipVerify: Boolean? = null, val manifests: List<GetRegistryImageManifestsManifest>, val name: String)

A collection of values returned by getRegistryImageManifests.

Constructors

Link copied to clipboard
constructor(authConfig: GetRegistryImageManifestsAuthConfig? = null, id: String, insecureSkipVerify: Boolean? = null, manifests: List<GetRegistryImageManifestsManifest>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed 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 metadata for each manifest in the image

Link copied to clipboard

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