This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryAdded document field query capability for arbitrary JSONPath-like paths.
Full changelog
What’s Changed
- 新增文档字段查询能力 (#44) @weibaohui
var docResult []byte
item := v1.Deployment{}
field := "spec.template.spec.containers.livenessProbe.successThreshold"
kom.DefaultCluster().Resource(&item).DocField(field).Doc(&docResult).Error
fmt.Printf("Get Deployment Doc [%s] :%s", field, string(docResult))
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About weibaohui/kom
Provides MCP multi-cluster Kubernetes management and operations. It can be integrated as an SDK into your own project and includes nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.
Related context
Beta — feedback welcome: [email protected]