fix: remove deprecated commonLabels#5965
fix: remove deprecated commonLabels#5965chansuke wants to merge 5 commits intokubernetes-sigs:masterfrom
commonLabels#5965Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: chansuke The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
This PR has multiple commits, and the default merge method is: merge. 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. |
7602368 to
c0b26cc
Compare
|
/lgtm |
|
@sarab97: changing LGTM is restricted to collaborators DetailsIn response to this:
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. |
|
Hi @chansuke Thanks for your help! By the way, I think we're still using deprecated fields in our official docs. |
|
@koba1t |
d320ac3 to
0424a19
Compare
|
/uncc |
koba1t
left a comment
There was a problem hiding this comment.
Thanks for your work!
I've added a few more comments. Please check them.
examples/helloWorld/README.md
Outdated
| variant: staging | ||
| org: acmeCorporation | ||
| labels: | ||
| - includeSelectors: true |
There was a problem hiding this comment.
Looks like includeSelectors was removed from examples/helloWorld/kustomization.yaml.
Do you have any reason to still remain?
examples/helloWorld/README.md
Outdated
| variant: production | ||
| org: acmeCorporation | ||
| labels: | ||
| - includeSelectors: true |
| commonLabels: | ||
| foo: bar | ||
| labels: | ||
| - includeSelectors: true |
|
|
||
| commonLabels: | ||
| foo: bar | ||
| labels: |
There was a problem hiding this comment.
This example modifies the behavior of commonLabels in the transformer configuration.
If you modify this section, also update the README.md to instruct users to configure the labels transformer accordingly.
If you don't know how to change the contents of this section, it's fine to keep it as is.
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
6e4f433 to
22f0179
Compare
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
|
@k8s-triage-robot: Closed this PR. DetailsIn response to this:
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. |
Closes #5653
replace deprecated
commonLabelswithlabelsthe following files were intentionally unchanged: