Skip to content

weibaohui/kom

v0.2.47 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 11mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

client-go cluster crd kubernetes kom mcp
+2 more
sdk sql

Summary

AI summary

Added 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

Track weibaohui/kom

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]