Skip to content

Commit 11b6e2a

Browse files
committed
Update test fixture to account for new tolerance field.
1 parent a41284d commit 11b6e2a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

staging/src/k8s.io/api/testdata/HEAD/autoscaling.v2.HorizontalPodAutoscaler.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@
165165
"value": 2,
166166
"periodSeconds": 3
167167
}
168-
]
168+
],
169+
"tolerance": "0"
169170
},
170171
"scaleDown": {
171172
"stabilizationWindowSeconds": 3,
@@ -176,7 +177,8 @@
176177
"value": 2,
177178
"periodSeconds": 3
178179
}
179-
]
180+
],
181+
"tolerance": "0"
180182
}
181183
}
182184
},
Binary file not shown.

staging/src/k8s.io/api/testdata/HEAD/autoscaling.v2.HorizontalPodAutoscaler.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@ spec:
4141
value: 2
4242
selectPolicy: selectPolicyValue
4343
stabilizationWindowSeconds: 3
44+
tolerance: "0"
4445
scaleUp:
4546
policies:
4647
- periodSeconds: 3
4748
type: typeValue
4849
value: 2
4950
selectPolicy: selectPolicyValue
5051
stabilizationWindowSeconds: 3
52+
tolerance: "0"
5153
maxReplicas: 3
5254
metrics:
5355
- containerResource:

0 commit comments

Comments
 (0)