-
Notifications
You must be signed in to change notification settings - Fork 2.8k
chore(cloudflare): rename zoneService fields #5761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(cloudflare): rename zoneService fields #5761
Conversation
Hi @vflaux. 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 Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Hello @vflaux , Thanks for this PR. Do you think you can connect on kubernetes slack ? |
/ok-to-test |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: szuecs The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* master: fix(doc): typo in compatibility table (kubernetes-sigs#5769) fix(controller): panic in events.Controller.Add() (kubernetes-sigs#5766) chore(cloudflare): rename zoneService fields (kubernetes-sigs#5761) chore(deps): bump the dev-dependencies group with 9 updates (kubernetes-sigs#5763) fix(http): concurrent map read/write (kubernetes-sigs#5753) chore(deps): bump the dev-dependencies group across 1 directory with 10 updates (kubernetes-sigs#5760)
What does it do ?
Rename
zoneService
struct fields:Motivation
#5734 renamed imports names to have the legacy api to
cloudflarev0
and the new one ascloudflare
.This PR do the same with
zoneService
fields.More