Rename feature gate EnableWorkloadWithJob to WorkloadWithJob#138210
Rename feature gate EnableWorkloadWithJob to WorkloadWithJob#138210k8s-ci-robot merged 2 commits intokubernetes:masterfrom
EnableWorkloadWithJob to WorkloadWithJob#138210Conversation
Signed-off-by: Mujib Ahasan <[email protected]>
|
Hi @Mujib-Ahasan. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
EnableWorkloadWithJob to WorkloadWithJob
|
/ok-to-test |
|
Got some error. I'll update this PR shortly. |
Signed-off-by: Mujib Ahasan <[email protected]>
|
This time I am not sure about the failed check! |
|
/retest |
|
/release-note-none on the grounds that this is a fixup. |
|
I also suggest marking this PR as important-soon. |
|
/priority important-soon |
|
LGTM label has been added. DetailsGit tree hash: 38d3ef3a56d37c931a3cb01ce4e92dee4cfb4771 |
|
/triage accepted |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, Mujib-Ahasan, soltysh 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 |
|
LGTM from my end as a quick bug fix. Ref: kubernetes/enhancements#5547 CC @Prajyot-Parab @sreeram-venkitesh /milestone v1.36 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Feature-gate name
EnableWorkloadWithJobchanged toWorkloadWithJob. It sounds very awkward when saying "disableEnableWorkloadWithJob" or "if you enable EnableWorkloadWithJob, then …" ( comment)Which issue(s) this PR is related to: #138204
Fixes: #138204
Special notes for your reviewer:
This change renames the feature gate to align with our soft naming conventions. Feature gates are inherently enable/disable switches, so including terms like Enable in the name is redundant