1 个仓库
Concrete logic and endpoints that implement the behavior of resource subresources like status and scaling.
Distinct from API Implementations: Existing candidates focus on game APIs, GitHub APIs, or AI APIs, not Kubernetes subresource logic.
Explore 1 awesome GitHub repository matching devops & infrastructure · API Subresource Implementations. 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
Implements specialized endpoints for status and scaling to separate desired state from observed state.