Skip to content

Commit 35957b1

Browse files
committed
fix lint errors
1 parent 2bdb88d commit 35957b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mmv1/products/vmwareengine/Cluster.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ properties:
225225
- name: 'consumedMemoryThresholds'
226226
type: NestedObject
227227
description: |
228-
Utilization thresholds pertaining to amount of consumed memory.
228+
Utilization thresholds pertaining to amount of consumed memory.
229229
properties:
230230
- name: 'scaleOut'
231231
type: Integer
@@ -234,7 +234,7 @@ properties:
234234
- name: 'scaleIn'
235235
type: Integer
236236
description: |
237-
The utilization triggering the scale-in operation in percent.
237+
The utilization triggering the scale-in operation in percent.
238238
- name: 'storageThresholds'
239239
type: NestedObject
240240
description: |
@@ -263,5 +263,5 @@ properties:
263263
description: |
264264
The minimum duration between consecutive autoscale operations.
265265
It starts once addition or removal of nodes is fully completed.
266-
Defaults to 30m if not specified.
266+
Defaults to 30m if not specified.
267267
Cool down period must be in whole minutes (for example, 30m, 31m, 50m).

mmv1/third_party/terraform/services/vmwareengine/resource_vmwareengine_cluster_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ data "google_vmwareengine_cluster" "ds" {
129129
`, context)
130130
}
131131

132-
func testVmwareEngineClusterConfigWithAutoscaleSettings(context map[string]interface{}, nodeCount int) string {
132+
func testVmwareEngineClusterUpdateConfig(context map[string]interface{}, nodeCount int) string {
133133
context["node_count"] = nodeCount
134134
return acctest.Nprintf(`
135135
resource "google_vmwareengine_network" "cluster-nw" {

0 commit comments

Comments
 (0)