Skip to content

Commit f9d7888

Browse files
committed
feat(tke): [120225585] adjust native node pool labels sequence to set
1 parent 7970bf5 commit f9d7888

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tencentcloud/services/tke/resource_tc_kubernetes_native_node_pool.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/r/kubernetes_native_node_pool.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The following arguments are supported:
113113
* `type` - (Required, String) Node pool type. Optional value is `Native`.
114114
* `annotations` - (Optional, Set) Node Annotation List.
115115
* `deletion_protection` - (Optional, Bool) Whether to enable deletion protection.
116-
* `labels` - (Optional, List) Node Labels.
116+
* `labels` - (Optional, Set) Node Labels.
117117
* `tags` - (Optional, List) Node tags.
118118
* `taints` - (Optional, List) Node taint.
119119
* `unschedulable` - (Optional, Bool) Whether the node is not schedulable by default. The native node is not aware of it and passes false by default.

0 commit comments

Comments
 (0)