Skip to content
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

[EIP] alias support for eip #583

Merged
merged 1 commit into from
Oct 6, 2023
Merged

[EIP] alias support for eip #583

merged 1 commit into from
Oct 6, 2023

Conversation

anton-sidelnikov
Copy link
Member

What this PR does / why we need it

Which issue this PR fixes

Special notes for your reviewer

@anton-sidelnikov anton-sidelnikov added the gate Merge PR label Oct 6, 2023
@@ -30,6 +30,7 @@ type PublicIp struct {
BandwidthSize int `json:"bandwidth_size"`
BandwidthShareType string `json:"bandwidth_share_type"`
IpVersion int `json:"ip_version"`
Name string `json:"alias"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe change it to alias? Now we have 2 name attributes in BandwidthOpts and PublicIpOpts which are difficult to distinguish.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it called name in UI, on tf side it will be IpName, also this opts not intersects

@otc-zuul
Copy link
Contributor

otc-zuul bot commented Oct 6, 2023

Build succeeded.
https://zuul.otc-service.com/t/eco/buildset/0510f28518b246888c2189e10d588c5a

✔️ otc-golangci-lint SUCCESS in 2m 15s
✔️ golang-make-vet SUCCESS in 2m 52s
✔️ golang-make-test SUCCESS in 3m 29s
✔️ golang-make-functional SUCCESS in 7m 37s

@otc-zuul otc-zuul bot merged commit 72cb552 into devel Oct 6, 2023
2 checks passed
@otc-zuul otc-zuul bot deleted the eip-new-attrs branch October 6, 2023 14:30
artem-lifshits pushed a commit that referenced this pull request Jan 11, 2024
[EIP] alias support for eip

What this PR does / why we need it
Which issue this PR fixes

Special notes for your reviewer

Reviewed-by: Vladimir Vshivkov
Reviewed-by: Aloento
Reviewed-by: Artem Lifshits
Reviewed-by: Anton Sidelnikov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gate Merge PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants