Skip to content

Commit cc25bb2

Browse files
authored
Merge pull request hysnsec#5 from hysnsec/opt/cleanup-defunct-on-delete
feat(microvm): add orphaned resource cleanup and improve error handling
2 parents 338edbf + 664afbf commit cc25bb2

11 files changed

Lines changed: 1602 additions & 31 deletions

File tree

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Welcome to the Firecracker Python SDK documentation! This documentation will hel
88
- [API Reference](api-reference.md) - Detailed information about the SDK's API
99
- [Configuration](configuration.md) - Configuration options for microVMs
1010
- [Network](network.md) - Networking capabilities and examples
11+
- [Cleanup](cleanup.md) - Resource cleanup and orphaned resource management
1112
- [Examples](examples.md) - Practical examples for using the SDK
1213

1314
## What is Firecracker?
@@ -70,4 +71,4 @@ python3 -m venv venv
7071
source venv/bin/activate
7172
pip install -r requirements.txt
7273
pip install -e .
73-
```
74+
```

0 commit comments

Comments
 (0)