Skip to content

WIP feat(server-side-apply/v1-alpha): Add plugin to scaffold APIs with Server-Side Apply#5458

Open
camilamacedo86 wants to merge 1 commit intokubernetes-sigs:masterfrom
camilamacedo86:server-side-apply-plugin
Open

WIP feat(server-side-apply/v1-alpha): Add plugin to scaffold APIs with Server-Side Apply#5458
camilamacedo86 wants to merge 1 commit intokubernetes-sigs:masterfrom
camilamacedo86:server-side-apply-plugin

Conversation

@camilamacedo86
Copy link
Member

@camilamacedo86 camilamacedo86 commented Feb 8, 2026

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

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 8, 2026
@k8s-ci-robot
Copy link
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Feb 8, 2026
@camilamacedo86 camilamacedo86 force-pushed the server-side-apply-plugin branch from 0d291e1 to 60416fd Compare February 26, 2026 15:28
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 28, 2026
@camilamacedo86 camilamacedo86 force-pushed the server-side-apply-plugin branch from 60416fd to d24e315 Compare March 12, 2026 06:11
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 12, 2026
@camilamacedo86 camilamacedo86 force-pushed the server-side-apply-plugin branch 6 times, most recently from 8bfa6d7 to 8e00afd Compare March 13, 2026 02:26
…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
@camilamacedo86 camilamacedo86 force-pushed the server-side-apply-plugin branch from 8e00afd to 10a43a3 Compare March 13, 2026 03:01
@k8s-ci-robot
Copy link
Contributor

@camilamacedo86: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kubebuilder-e2e-k8s-1-34-0 25d38f6 link true /test pull-kubebuilder-e2e-k8s-1-34-0
pull-kubebuilder-e2e-k8s-1-33-0 25d38f6 link true /test pull-kubebuilder-e2e-k8s-1-33-0
pull-kubebuilder-e2e-k8s-1-35-0 8bfa6d7 link true /test pull-kubebuilder-e2e-k8s-1-35-0
pull-kubebuilder-test 10a43a3 link true /test pull-kubebuilder-test

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.

Details

Instructions 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants