Skip to content

Commit d53a96f

Browse files
committed
Add comments for oci protos
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
1 parent 026b7d9 commit d53a96f

File tree

3 files changed

+113
-313
lines changed

3 files changed

+113
-313
lines changed

runtime/v2/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ Shims are also responsible for unmounting of the filesystem.
146146
During a `delete` binary call, the shim MUST ensure that filesystem is also unmounted.
147147
Filesystems are provided by the containerd snapshotters.
148148

149+
### Events
150+
151+
The shim MUST publish a `runtime.TaskExitEventTopic` when the container exits.
152+
If the shim collects Out of Memory events, it SHOULD also publish a `runtime.TaskOOMEventTopic`.
153+
149154
### Other
150155

151156
#### Unsupported rpcs

0 commit comments

Comments
 (0)