ImageDescriptorResponse

data class ImageDescriptorResponse(val digest: String? = null, val registry: String? = null, val repository: String? = null, val tag: String? = null)

Properties for a registry image.

Constructors

Link copied to clipboard
constructor(digest: String? = null, registry: String? = null, repository: String? = null, tag: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val digest: String? = null

The sha256-based digest of the image manifest.

Link copied to clipboard
val registry: String? = null

The registry login server.

Link copied to clipboard
val repository: String? = null

The repository name.

Link copied to clipboard
val tag: String? = null

The tag name.