mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Merge pull request #68015 from damemi/hpa-metrics-specificity
Support backwards compatibility for v1beta1 custom metrics client
This commit is contained in:
5
api/openapi-spec/swagger.json
generated
5
api/openapi-spec/swagger.json
generated
@@ -79039,11 +79039,6 @@
|
||||
},
|
||||
"io.k8s.api.autoscaling.v2beta2.MetricValueStatus": {
|
||||
"description": "MetricValueStatus holds the current value for a metric",
|
||||
"required": [
|
||||
"value",
|
||||
"averageValue",
|
||||
"averageUtilization"
|
||||
],
|
||||
"properties": {
|
||||
"averageUtilization": {
|
||||
"description": "currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.",
|
||||
|
5
api/swagger-spec/autoscaling_v2beta2.json
generated
5
api/swagger-spec/autoscaling_v2beta2.json
generated
@@ -1840,11 +1840,6 @@
|
||||
"v2beta2.MetricValueStatus": {
|
||||
"id": "v2beta2.MetricValueStatus",
|
||||
"description": "MetricValueStatus holds the current value for a metric",
|
||||
"required": [
|
||||
"value",
|
||||
"averageValue",
|
||||
"averageUtilization"
|
||||
],
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string",
|
||||
|
Reference in New Issue
Block a user