v0.3.0
Release notes - Duplik8s v0.3.0
New features
- Add command
list
for showing duplicated resources. Example:
kubectl duplicate list -n my-namespace
- Add command
cleanup
for deleting duplicated resources. Example:
kubectl duplicate cleanup -n my-namespace
Chores
- Switch to Dynamic Client, opening the door for duplicating any resource type.