-
Notifications
You must be signed in to change notification settings - Fork 249
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
华为云集群导入功能 #3025
base: master
Are you sure you want to change the base?
华为云集群导入功能 #3025
Conversation
修复导入华为云集群后节点列表不显示的问题
修复导入华为云集群后节点列表不显示的问题
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.
LGTM
} | ||
|
||
rn, err := region.SafeValueOf("cn-north-1") | ||
if err != nil { |
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.
这里为什么设置常量
|
||
// Vpc2Client vpc v2 client | ||
type Vpc3Client struct { | ||
*vpc3.VpcClient |
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.
为什么初始化 vpc2 / vpc3 client
华为云集群导入功能