1 Repo
Generation of controller logic and permissions for resource types defined in external API packages.
Distinct from Controller Type Selection: Focuses on scaffolding for types defined outside the project, unlike general controller selection
Explore 1 awesome GitHub repository matching devops & infrastructure · External Controller Scaffolding. Refine with filters or upvote what's useful.
Kubebuilder is a framework and set of scaffolding tools used to build Kubernetes APIs and controllers. It functions as an operator framework that provides generators for custom resource definitions, admission webhooks, and RBAC manifests to extend cluster functionality. The project distinguishes itself through marker-based code generation, which parses source code comments to automatically produce Kubernetes manifests and boilerplate logic. It employs a hub-and-spoke versioning model to translate data between multiple API versions and uses a three-way merge strategy to automate project migrat
Generates controllers and RBAC permissions for API types defined outside the local project.