-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Labels
kind/enhancementstatus/acceptedAccepted and awaiting implementationAccepted and awaiting implementation
Description
What is the problem you're trying to solve
The event system in Containerd is helpful to react on content changes without having to periodically poll for changes. The events that exist today cover things like images, content, and containers. The image events cover create, update, and delete events.
There is some discrepancy with the content events which only cover delete events.
Describe the solution you'd like
I would like to introduce a new event called ContentCreate alongside the existing event ContentDelete.
I do not think an update event would be too interesting as the content cant really change without changing the digest. Adding a create event would bring the events up to par with the other event types.
Additional context
No response
danielloader, mrclrchtr, vflaux, dimitar-kostadinov and azr
Metadata
Metadata
Assignees
Labels
kind/enhancementstatus/acceptedAccepted and awaiting implementationAccepted and awaiting implementation
Type
Projects
Status
Done