Skip to content

Feature #6054: Add excludeLabelSelector to PrefixTransformer and SuffixTransformer - #6216

Open
saitejabandaru-in wants to merge 1 commit into
kubernetes-sigs:masterfrom
saitejabandaru-in:feature-6054-exclude-label-selector
Open

Feature #6054: Add excludeLabelSelector to PrefixTransformer and SuffixTransformer#6216
saitejabandaru-in wants to merge 1 commit into
kubernetes-sigs:masterfrom
saitejabandaru-in:feature-6054-exclude-label-selector

Conversation

@saitejabandaru-in

Copy link
Copy Markdown

Fixes #6054.

Adds an excludeLabelSelector field to both the PrefixTransformer and SuffixTransformer built-in plugins. Resources matching the provided label selector will be entirely skipped during the prefix/suffix transformation, allowing for finer-grained control over naming updates (e.g. for global or shared resources that should retain their original names).

@kubernetes-prow
kubernetes-prow Bot requested a review from koba1t August 7, 2026 20:48
@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: saitejabandaru-in
Once this PR has been reviewed and has the lgtm label, please assign varshaprasad96 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@linux-foundation-easycla

Copy link
Copy Markdown

CLA Missing ID

  • ❌ The email address for the commit (6455380) is not linked to the GitHub account, preventing the EasyCLA check. Consult this Help Article and GitHub Help to resolve. (To view the commit's email address, add .patch at the end of this PR page's URL.) For further assistance with EasyCLA, please visit our EasyCLA portal and chat with our support bot.

@kubernetes-prow kubernetes-prow Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Aug 7, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

Hi @saitejabandaru-in. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@kubernetes-prow kubernetes-prow Bot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add exclude support for PrefixTransformer and SuffixTransformer

1 participant