Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:

migrate-clientset-to-client

// Migrates Kubernetes typed clientset (e.g. client-go kubernetes.Interface or custom clientsets) in test code to the controller-runtime client.Client interface. Use when refactoring test files that call K8sClient.CoreV1().Pods().Get/Create/UpdateStatus typed APIs, replacing them with fake.NewClientBuilder + client.Client.Get/Create/Status().Update patterns. Triggered when the user mentions "replace clientset", "migrate client", or "use controller-runtime client".

$ git log --oneline --stat
stars:185
forks:70
updated:2026年4月29日 13:11
SKILL.md
readonly