WIP feat(server-side-apply/v1-alpha): Add plugin to scaffold APIs with Server-Side Apply#5458
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 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 |
…rver-Side Apply Adds optional server-side-apply plugin that scaffolds APIs with controllers using Server-Side Apply patterns. Plugin enables per-API choice between traditional Update and Server-Side Apply approaches. - Scaffolds controllers with Server-Side Apply TODO template - Generates apply configurations via controller-gen - Updates Makefile with APPLYCONFIGURATION_PATHS per API - Tracks resources in PROJECT file for alpha generate - Includes unit, integration, and E2E tests - Adds plugin conflict check with deploy-image - Updates FAQ with Server-Side Apply as solution to CRD size limits Genereted-by: Cursor/Claude
0d291e1 to
60416fd
Compare
|
@camilamacedo86: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
|
PR needs rebase. 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. |
Adds optional server-side-apply plugin that scaffolds APIs with controllers using Server-Side Apply patterns. Plugin enables per-API choice between traditional Update and Server-Side Apply approaches.