containerd/pkg/cri/store
Jiang Liu 5ad6f34329 CRI: use (snapshotter_id, snapshot_key) to uniquely identify snapshots
Before snapshotter per runtime, CRI only supports a global snapshotter.
So a snapshot can be uniquely identified by `snapshot_key`. With snapshotter
per runtime enabled, there may be multiple snapshotters used by CRI. So only
(snapshotter_id, snapshot_key) can uniquely identify a snapshot.
Also extends CRI/store/snapshot/Store to support multiple snapshotters.

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
2023-10-16 10:21:10 +08:00
..
container pkg/cri: optimize slice initialization 2023-01-24 20:46:20 +01:00
image Update CRI image store to not use containerd client 2023-09-20 10:11:51 -07:00
label Fix exported comments enforcer in CI 2021-03-12 08:47:05 -08:00
sandbox Fix concurrent writes for UpdateContainerStats 2023-02-17 15:13:18 -06:00
snapshot CRI: use (snapshotter_id, snapshot_key) to uniquely identify snapshots 2023-10-16 10:21:10 +08:00
stats Implement CRI container and pods stats 2021-11-03 17:52:05 -07:00
util.go Move cri server packages under pkg/cri 2020-10-07 13:09:37 -07:00