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

resource/alicloud_cs_managed_kubernetes: load_balancer_spec: remove default value; worker_vswitch_ids: mark as deprecated, use vswitch_ids instead; vswitch_ids: support create and update operation for control plane vswitches. #8100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sanyangji
Copy link
Contributor

No description provided.

@sanyangji sanyangji force-pushed the load_balancer_spec branch 2 times, most recently from e9bdf8f to 8ae0bb4 Compare January 7, 2025 11:17
Copy link
Collaborator

@ChenHanZhang ChenHanZhang left a comment

Choose a reason for hiding this comment

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

approved

Elem: &schema.Schema{
Type: schema.TypeString,
ValidateFunc: StringMatch(regexp.MustCompile(`^vsw-[a-z0-9]*$`), "should start with 'vsw-'."),
},
MinItems: 1,
Optional: true,
ExactlyOneOf: []string{"worker_vswitch_ids", "vswitch_ids"},
Copy link
Member

Choose a reason for hiding this comment

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

这个应该加在新的字段上

…efault value; worker_vswitch_ids: mark as deprecated, use vswitch_ids instead; vswitch_ids: support create and update operation for control plane vswitches. resource/alicloud_cs_kubernetes: platform will not support CentOS, update test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants