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

Add eCloud VPC VPN Gateway management commands #185

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Conversation

Xiol
Copy link
Contributor

@Xiol Xiol commented Nov 11, 2024

Adds support for VPN Gateways on VPC.

As noted in SDK PR, there are two small pieces of functionality which have been implemented here but aren't yet supported API-side. This should be resolved soon. This doesn't affect overall functionality.

@Xiol Xiol requested a review from 0x4c6565 November 11, 2024 13:33
@Xiol Xiol self-assigned this Nov 11, 2024
Copy link

github-actions bot commented Nov 11, 2024

Qodana for Go

3584 new problems were found

Inspection name Severity Problems
Unhandled error 🔶 Warning 2123
Unused parameter 🔶 Warning 187
Redundant types in composite literals 🔶 Warning 43
Deprecated element 🔶 Warning 6
Unused function 🔶 Warning 4
Unused exported function 🔶 Warning 3
Imported package name as a name identifier 🔶 Warning 2
Missing 'case' statements for 'iota' consts in 'switch' 🔶 Warning 2
Bool condition 🔶 Warning 1
Error string should not be capitalized or end with punctuation ◽️ Notice 972
Redundant import alias ◽️ Notice 194
Name starts with a package name ◽️ Notice 28
Type assertion on errors fails on wrapped errors ◽️ Notice 8
Redundant parentheses ◽️ Notice 4
Empty slice declared using a literal ◽️ Notice 3
Redundant type conversion ◽️ Notice 2
Type can be omitted ◽️ Notice 2

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Copy link
Member

@0x4c6565 0x4c6565 left a comment

Choose a reason for hiding this comment

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

LGTM

@Xiol Xiol force-pushed the ecloud-vpn-gw-support branch from 6877130 to 02f1801 Compare November 11, 2024 14:00
@Xiol
Copy link
Contributor Author

Xiol commented Nov 11, 2024

Updated go.mod to pull correct SDK tag now that's released

@Xiol Xiol merged commit 0b050ef into master Nov 11, 2024
1 check passed
@Xiol Xiol deleted the ecloud-vpn-gw-support branch November 11, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants