1 repositorio
Settings for defining specialized API endpoints like status and scale to separate resource state and autoscaling logic.
Distinct from Configuration APIs: None of the candidates cover Kubernetes-specific subresource configuration for state and scaling separation.
Explore 1 awesome GitHub repository matching devops & infrastructure · API Subresource Configurations. 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
Defines specialized endpoints for status and scale to decouple desired state updates from observed state and autoscaling.