package containerd.types

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Descriptor

descriptor.proto:30

Descriptor describes a blob in a content store. This descriptor can be used to reference content from an oci descriptor found in a manifest. See https://godoc.org/github.com/opencontainers/image-spec/specs-go/v1#Descriptor

Used in: services.diff.v1.ApplyRequest, services.diff.v1.ApplyResponse, services.diff.v1.DiffResponse, services.images.v1.Image, services.tasks.v1.CheckpointTaskResponse, services.tasks.v1.CreateTaskRequest

message Metric

metrics.proto:27

Used in: services.tasks.v1.MetricsResponse

message Mount

mount.proto:32

Mount describes mounts for a container. This type is the lingua franca of ContainerD. All services provide mounts to be used with the container at creation time. The Mount type follows the structure of the mount syscall, including a type, source, target and options.

Used in: services.diff.v1.ApplyRequest, services.diff.v1.DiffRequest, services.snapshots.v1.MountsResponse, services.snapshots.v1.PrepareSnapshotResponse, services.snapshots.v1.ViewSnapshotResponse, services.tasks.v1.CreateTaskRequest

message Platform

platform.proto:27

Platform follows the structure of the OCI platform specification, from descriptors.

Used in: services.introspection.v1.Plugin