mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 12:46:06 +00:00
Fix autoscaling API documentation
This commit is contained in:
@@ -65461,7 +65461,7 @@
|
||||
"$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.ResourceMetricSource"
|
||||
},
|
||||
"type": {
|
||||
"description": "type is the type of metric source. It should match one of the fields below.",
|
||||
"description": "type is the type of metric source. It should be one of \"Object\", \"Pods\" or \"Resource\", each mapping to a matching field in the object.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
@@ -65485,7 +65485,7 @@
|
||||
"$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.ResourceMetricStatus"
|
||||
},
|
||||
"type": {
|
||||
"description": "type is the type of metric source. It will match one of the fields below.",
|
||||
"description": "type is the type of metric source. It will be one of \"Object\", \"Pods\" or \"Resource\", each corresponds to a matching field in the object.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
|
4
api/swagger-spec/autoscaling_v2beta1.json
generated
4
api/swagger-spec/autoscaling_v2beta1.json
generated
@@ -1547,7 +1547,7 @@
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "type is the type of metric source. It should match one of the fields below."
|
||||
"description": "type is the type of metric source. It should be one of \"Object\", \"Pods\" or \"Resource\", each mapping to a matching field in the object."
|
||||
},
|
||||
"object": {
|
||||
"$ref": "v2beta1.ObjectMetricSource",
|
||||
@@ -1680,7 +1680,7 @@
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "type is the type of metric source. It will match one of the fields below."
|
||||
"description": "type is the type of metric source. It will be one of \"Object\", \"Pods\" or \"Resource\", each corresponds to a matching field in the object."
|
||||
},
|
||||
"object": {
|
||||
"$ref": "v2beta1.ObjectMetricStatus",
|
||||
|
Reference in New Issue
Block a user