Skip to content

Commit

Permalink
docs(README): 更新功能描述- 在高频操作封装中增加了启停操作的描述
Browse files Browse the repository at this point in the history
- 优化了deployment相关操作的说明
  • Loading branch information
weibaohui committed Jan 16, 2025
1 parent 931c825 commit 1ebcad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
5. 支持自定义资源定义(CRD):kom 支持自定义资源定义(CRD),你可以轻松地定义和操作自定义资源。
6. 支持回调机制,轻松拓展业务逻辑,而不必跟k8s操作强耦合。
7. 支持POD内文件操作,轻松上传、下载、删除文件。
8. 支持高频操作封装,如deployment的restart重启、scale扩缩容等20余项操作功能
8. 支持高频操作封装,如deployment的restart重启、scale扩缩容、启停等20余项操作功能
9. 支持SQL查询k8s资源。select * from pod where metadata.namespace='kube-system' or metadata.namespace='default' order by metadata.creationTimestamp desc
10. 支持查询缓存,在高频、批量查询场景下,可设置缓存过期时间,提升查询性能。列表过滤条件不受缓存影响。

Expand Down

0 comments on commit 1ebcad2

Please sign in to comment.