doc: add instance-agent entries to lifecycle events

Signed-off-by: 0xk1f0 <dev@k1f0.dev>
This commit is contained in:
0xk1f0 2026-03-12 16:00:01 +01:00
parent 8d100d3093
commit 35b9d4e619

View File

@ -86,6 +86,8 @@ type: lifecycle
| `image-alias-deleted` | An alias has been deleted for an existing image. | `target`: the original instance. |
| `image-alias-renamed` | The alias for an existing image has been renamed. | `old_name`: the previous name. |
| `image-alias-updated` | The configuration for an image alias has changed. | `target`: the original instance. |
| `instance-agent-started` | The instance agent has connected to the host. | |
| `instance-agent-stopped` | The instance agent has disconnected from the host. | |
| `image-created` | A new image has been added to the image store. | `type`: `container` or `vm`. |
| `image-deleted` | The image has been deleted from the image store. | |
| `image-refreshed` | The local image copy has updated to the current source image version. | |