Update CLAUDE.md with tooling and RBAC guidance#417
Update CLAUDE.md with tooling and RBAC guidance#417abyrne55 wants to merge 2 commits intoopenshift:masterfrom
Conversation
Added sections on: - Controller-gen version management - Boilerplate and container tools - Testing workflow - RBAC model (ClusterRole vs namespace-scoped Roles) These additions provide essential context for development work. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abyrne55 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Documents when and how to add resource types to the cache configuration to avoid RBAC errors when accessing new Kubernetes resources. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
@abyrne55: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Summary
Updates CLAUDE.md with essential development guidance based on recent work on the project.
Changes
Added new sections covering:
Code Generation and Tooling
RBAC Model
Motivation
These additions provide context that's helpful for any development work on the operator, whether fixing bugs or adding features. The documentation captures important patterns and constraints that weren't previously documented.
Testing
🤖 Generated with Claude Code