bobbyiliev/kubegen-cli

Generate unit test scaffolding for CRDs

开放

#151 创建于 2026年1月23日

 (0 条评论) (0 个反应) (0 位负责人)Rust (0 个派生)github user discovery
enhancementhacktoberfest

仓库指标

星标
 (6 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Add test file generation when adding a CRD.

Acceptance Criteria:

  • src/<crd>/tests.rs with basic test structure
  • Test for CRD serialization/deserialization
  • Test for default values
  • Test for validation logic
  • Mock Kubernetes client setup

贡献者指南