ResourceResponse

data class ResourceResponse(val contentHash: HashResponse, val name: String, val uri: String)

Resource is an entity that can have metadata. E.g., a Docker image.

Constructors

Link copied to clipboard
fun ResourceResponse(contentHash: HashResponse, name: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The hash of the resource content. E.g., the Docker digest.

Link copied to clipboard

The name of the resource. E.g., the name of a Docker image - "Debian".

Link copied to clipboard
val uri: String

The unique URI of the resource. E.g., "https://gcr.io/project/image@sha256:foo" for a Docker image.