Skip to content

Commit 88f3314

Browse files
committed
feat(tke): tke health check policy
1 parent 784f46e commit 88f3314

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tencentcloud/services/tke/resource_tc_kubernetes_health_check_policy_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ func TestAccTencentCloudKubernetesHealthCheckPolicyResource_basic(t *testing.T)
4646

4747

4848
const testAccKubernetesHealthCheckPolicyCreate = testAccTkeCluster +`
49+
// const testAccKubernetesHealthCheckPolicyCreate = `
4950

5051
resource "tencentcloud_kubernetes_health_check_policy" "kubernetes_health_check_policy" {
5152
cluster_id = tencentcloud_kubernetes_cluster.managed_cluster.id
53+
# cluster_id = "cls-eh0da110"
5254
name = "example"
5355
rules {
5456
name = "OOMKilling"
@@ -64,9 +66,11 @@ resource "tencentcloud_kubernetes_health_check_policy" "kubernetes_health_check_
6466
`
6567
6668
const testAccKubernetesHealthCheckPolicyUpdate = testAccTkeCluster +`
69+
// const testAccKubernetesHealthCheckPolicyUpdate = `
6770

6871
resource "tencentcloud_kubernetes_health_check_policy" "kubernetes_health_check_policy" {
6972
cluster_id = tencentcloud_kubernetes_cluster.managed_cluster.id
73+
# cluster_id = "cls-eh0da110"
7074
name = "example"
7175
rules {
7276
name = "OOMKilling"

0 commit comments

Comments
 (0)