add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,16 @@
# k8s-unused-secret-detector
> 检测未使用的 Kubernetes 密钥。
> 更多信息: <https://github.com/dtan4/k8s-unused-secret-detector>.
- 检测未使用的密钥:
`k8s-unused-secret-detector`
- 检测特定命名空间中的未使用密钥:
`k8s-unused-secret-detector -n {{namespace}}`
- 删除特定命名空间中的未使用密钥:
`k8s-unused-secret-detector -n {{namespace}} | kubectl delete secret -n {{namespace}}`