Get Registry Image Manifests Result
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)
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 metadata for each manifest in the image