Skip to content

Commit a0e9cb8

Browse files
author
“guojunchu”
committed
fix reviews
1 parent 4239384 commit a0e9cb8

6 files changed

+6
-6
lines changed

tencentcloud/resource_tc_kubernetes_as_scaling_group.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Provide a resource to create an auto scaling group for kubernetes cluster.
33
4-
~> **NOTE:** To use the custom Kubernetes component startup parameter function, you need to submit a ticket for application.
4+
~> **NOTE:** "extra_args" needs to be whitelist. To use the custom Kubernetes component startup parameter function, you need to submit a ticket for application.
55
66
Example Usage
77

tencentcloud/resource_tc_kubernetes_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Provide a resource to create a kubernetes cluster.
33
4-
~> **NOTE:** To use the custom Kubernetes component startup parameter function, you need to submit a ticket for application.
4+
~> **NOTE:** "extra_args" needs to be whitelist. To use the custom Kubernetes component startup parameter function, you need to submit a ticket for application.
55
66
Example Usage
77

tencentcloud/resource_tc_kubernetes_scale_worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Provide a resource to increase instance to cluster
33
4-
~> **NOTE:** To use the custom Kubernetes component startup parameter function, you need to submit a ticket for application.
4+
~> **NOTE:** "extra_args" needs to be whitelist. To use the custom Kubernetes component startup parameter function, you need to submit a ticket for application.
55
66
Example Usage
77

website/docs/r/kubernetes_as_scaling_group.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: |-
1111

1212
Provide a resource to create an auto scaling group for kubernetes cluster.
1313

14-
~> **NOTE:** To use the custom Kubernetes component startup parameter function, you need to submit a ticket for application.
14+
~> **NOTE:** "extra_args" needs to be whitelist. To use the custom Kubernetes component startup parameter function, you need to submit a ticket for application.
1515

1616
## Example Usage
1717

website/docs/r/kubernetes_cluster.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: |-
1111

1212
Provide a resource to create a kubernetes cluster.
1313

14-
~> **NOTE:** To use the custom Kubernetes component startup parameter function, you need to submit a ticket for application.
14+
~> **NOTE:** "extra_args" needs to be whitelist. To use the custom Kubernetes component startup parameter function, you need to submit a ticket for application.
1515

1616
## Example Usage
1717

website/docs/r/kubernetes_scale_worker.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: |-
1111

1212
Provide a resource to increase instance to cluster
1313

14-
~> **NOTE:** To use the custom Kubernetes component startup parameter function, you need to submit a ticket for application.
14+
~> **NOTE:** "extra_args" needs to be whitelist. To use the custom Kubernetes component startup parameter function, you need to submit a ticket for application.
1515

1616
## Example Usage
1717

0 commit comments

Comments
 (0)