https://github.com/fl64/cleanup-namespace
https://github.com/fl64/cleanup-namespace
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fl64/cleanup-namespace
- Owner: fl64
- Created: 2025-12-18T13:19:39.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2026-05-20T06:59:40.000Z (2 months ago)
- Last Synced: 2026-05-20T10:36:42.412Z (2 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cleanup-namespace
A fast utility for cleaning up all resources in a Kubernetes namespace. It removes all namespaced resources, automatically handles finalizers, and supports parallel deletion with configurable workers. Includes dry-run mode for safe preview and regex-based resource filtering.
how to build:
```
task default
```