-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[WIP] feat: Rename comments, logs, structs, and vars from packet to equinix metal #6084
Conversation
Welcome @aayushrangwala! |
// ProviderName is the cloud provider name for Packet | ||
ProviderName = "packet" | ||
// ProviderName is the cloud provider name for Equinix Metal | ||
ProviderName = "equinix-metal" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would this be a breaking change for users?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess, this should not be a breaking change because this variable is used to return the Name()
of the provider whereas in builders of the cloud provider buildCloudProvider
and builder_all
its handled as both: packet and equinixmetal
e69a32e
to
4df7942
Compare
4df7942
to
56ed228
Compare
PR needs rebase. 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/test-infra repository. |
Please update the release note to mention that you're introducing a new cloud provider and deprecating existing 'packet' in favor of the new one. Also, is this still worked on? It looks a bit stale by now. /assign |
56ed228
to
d1898a7
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aayushrangwala The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…ility Signed-off-by: Ayush Rangwala <[email protected]>
d1898a7
to
3e3e949
Compare
Closing as the changes included in this PR |
What type of PR is this?
/kind cleanup
/kind documentation
/kind deprecation
What this PR does / why we need it:
Changing all the struct, variable names, comments and logs, referring from packet -> equinix metal. This PR will be a part of overall effort to completely migrate packet cloud autoscaler to equinix-metal autoscaler.
Which issue(s) this PR fixes:
Fixes #4286
Special notes for your reviewer:
Does this PR introduce a user-facing change?
No