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 |
0d291e1 to
60416fd
Compare
60416fd to
d24e315
Compare
8bfa6d7 to
8e00afd
Compare
…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. Genereted-by: Cursor/Claude
8e00afd to
10a43a3
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. |
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.
How that works: See the doc added: https://deploy-preview-5458--kubebuilder.netlify.app/plugins/available/ssa-v1-alpha.html
Also, see that we are adding an sample :
docs/book/src/getting-started-ssa/testdata/project