update openapi-spec, generated proto and generated openapi
This commit is contained in:
56
api/openapi-spec/swagger.json
generated
56
api/openapi-spec/swagger.json
generated
@@ -2411,15 +2411,15 @@
|
||||
"description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.",
|
||||
"properties": {
|
||||
"apiVersion": {
|
||||
"description": "API version of the referent",
|
||||
"description": "apiVersion is the API version of the referent",
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
"description": "Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
|
||||
"description": "kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
|
||||
"description": "name is the name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -2447,11 +2447,11 @@
|
||||
},
|
||||
"spec": {
|
||||
"$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerSpec",
|
||||
"description": "behaviour of autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status."
|
||||
"description": "spec defines the behaviour of autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status."
|
||||
},
|
||||
"status": {
|
||||
"$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerStatus",
|
||||
"description": "current information about the autoscaler."
|
||||
"description": "status is the current information about the autoscaler."
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
@@ -2471,7 +2471,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"items": {
|
||||
"description": "list of horizontal pod autoscaler objects.",
|
||||
"description": "items is the list of horizontal pod autoscaler objects.",
|
||||
"items": {
|
||||
"$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
|
||||
},
|
||||
@@ -2502,7 +2502,7 @@
|
||||
"description": "specification of a horizontal pod autoscaler.",
|
||||
"properties": {
|
||||
"maxReplicas": {
|
||||
"description": "upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.",
|
||||
"description": "maxReplicas is the upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -2516,7 +2516,7 @@
|
||||
"description": "reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption and will set the desired number of pods by using its Scale subresource."
|
||||
},
|
||||
"targetCPUUtilizationPercentage": {
|
||||
"description": "target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified the default autoscaling policy will be used.",
|
||||
"description": "targetCPUUtilizationPercentage is the target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified the default autoscaling policy will be used.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
@@ -2531,26 +2531,26 @@
|
||||
"description": "current status of a horizontal pod autoscaler",
|
||||
"properties": {
|
||||
"currentCPUUtilizationPercentage": {
|
||||
"description": "current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU.",
|
||||
"description": "currentCPUUtilizationPercentage is the current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"currentReplicas": {
|
||||
"description": "current number of replicas of pods managed by this autoscaler.",
|
||||
"description": "currentReplicas is the current number of replicas of pods managed by this autoscaler.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"desiredReplicas": {
|
||||
"description": "desired number of replicas of pods managed by this autoscaler.",
|
||||
"description": "desiredReplicas is the desired number of replicas of pods managed by this autoscaler.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"lastScaleTime": {
|
||||
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
|
||||
"description": "last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed."
|
||||
"description": "lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed."
|
||||
},
|
||||
"observedGeneration": {
|
||||
"description": "most recent generation observed by this autoscaler.",
|
||||
"description": "observedGeneration is the most recent generation observed by this autoscaler.",
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
}
|
||||
@@ -2578,11 +2578,11 @@
|
||||
},
|
||||
"spec": {
|
||||
"$ref": "#/definitions/io.k8s.api.autoscaling.v1.ScaleSpec",
|
||||
"description": "defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status."
|
||||
"description": "spec defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status."
|
||||
},
|
||||
"status": {
|
||||
"$ref": "#/definitions/io.k8s.api.autoscaling.v1.ScaleStatus",
|
||||
"description": "current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only."
|
||||
"description": "status is the current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only."
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
@@ -2598,7 +2598,7 @@
|
||||
"description": "ScaleSpec describes the attributes of a scale subresource.",
|
||||
"properties": {
|
||||
"replicas": {
|
||||
"description": "desired number of instances for the scaled object.",
|
||||
"description": "replicas is the desired number of instances for the scaled object.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
@@ -2609,12 +2609,12 @@
|
||||
"description": "ScaleStatus represents the current status of a scale subresource.",
|
||||
"properties": {
|
||||
"replicas": {
|
||||
"description": "actual number of observed instances of the scaled object.",
|
||||
"description": "replicas is the actual number of observed instances of the scaled object.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"selector": {
|
||||
"description": "label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors",
|
||||
"description": "selector is the label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -2650,7 +2650,7 @@
|
||||
"description": "ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source.",
|
||||
"properties": {
|
||||
"container": {
|
||||
"description": "Container is the name of the container in the pods of the scaling target",
|
||||
"description": "container is the name of the container in the pods of the scaling target",
|
||||
"type": "string"
|
||||
},
|
||||
"current": {
|
||||
@@ -2658,7 +2658,7 @@
|
||||
"description": "current contains the current value for the given metric"
|
||||
},
|
||||
"name": {
|
||||
"description": "Name is the name of the resource in question.",
|
||||
"description": "name is the name of the resource in question.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -2673,15 +2673,15 @@
|
||||
"description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.",
|
||||
"properties": {
|
||||
"apiVersion": {
|
||||
"description": "API version of the referent",
|
||||
"description": "apiVersion is the API version of the referent",
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
"description": "Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
|
||||
"description": "kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
|
||||
"description": "name is the name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -2731,16 +2731,16 @@
|
||||
"description": "HPAScalingPolicy is a single policy which must hold true for a specified past interval.",
|
||||
"properties": {
|
||||
"periodSeconds": {
|
||||
"description": "PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).",
|
||||
"description": "periodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"description": "Type is used to specify the scaling policy.",
|
||||
"description": "type is used to specify the scaling policy.",
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"description": "Value contains the amount of change which is permitted by the policy. It must be greater than zero",
|
||||
"description": "value contains the amount of change which is permitted by the policy. It must be greater than zero",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
@@ -2768,7 +2768,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"stabilizationWindowSeconds": {
|
||||
"description": "StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).",
|
||||
"description": "stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
@@ -3208,7 +3208,7 @@
|
||||
"description": "current contains the current value for the given metric"
|
||||
},
|
||||
"name": {
|
||||
"description": "Name is the name of the resource in question.",
|
||||
"description": "name is the name of the resource in question.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
@@ -155,7 +155,7 @@
|
||||
}
|
||||
],
|
||||
"default": {},
|
||||
"description": "defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status."
|
||||
"description": "spec defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status."
|
||||
},
|
||||
"status": {
|
||||
"allOf": [
|
||||
@@ -164,7 +164,7 @@
|
||||
}
|
||||
],
|
||||
"default": {},
|
||||
"description": "current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only."
|
||||
"description": "status is the current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only."
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
@@ -180,7 +180,7 @@
|
||||
"description": "ScaleSpec describes the attributes of a scale subresource.",
|
||||
"properties": {
|
||||
"replicas": {
|
||||
"description": "desired number of instances for the scaled object.",
|
||||
"description": "replicas is the desired number of instances for the scaled object.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
@@ -192,12 +192,12 @@
|
||||
"properties": {
|
||||
"replicas": {
|
||||
"default": 0,
|
||||
"description": "actual number of observed instances of the scaled object.",
|
||||
"description": "replicas is the actual number of observed instances of the scaled object.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"selector": {
|
||||
"description": "label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors",
|
||||
"description": "selector is the label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
@@ -1272,7 +1272,7 @@
|
||||
}
|
||||
],
|
||||
"default": {},
|
||||
"description": "defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status."
|
||||
"description": "spec defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status."
|
||||
},
|
||||
"status": {
|
||||
"allOf": [
|
||||
@@ -1281,7 +1281,7 @@
|
||||
}
|
||||
],
|
||||
"default": {},
|
||||
"description": "current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only."
|
||||
"description": "status is the current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only."
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
@@ -1297,7 +1297,7 @@
|
||||
"description": "ScaleSpec describes the attributes of a scale subresource.",
|
||||
"properties": {
|
||||
"replicas": {
|
||||
"description": "desired number of instances for the scaled object.",
|
||||
"description": "replicas is the desired number of instances for the scaled object.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
@@ -1309,12 +1309,12 @@
|
||||
"properties": {
|
||||
"replicas": {
|
||||
"default": 0,
|
||||
"description": "actual number of observed instances of the scaled object.",
|
||||
"description": "replicas is the actual number of observed instances of the scaled object.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"selector": {
|
||||
"description": "label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors",
|
||||
"description": "selector is the label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
@@ -5,17 +5,17 @@
|
||||
"description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.",
|
||||
"properties": {
|
||||
"apiVersion": {
|
||||
"description": "API version of the referent",
|
||||
"description": "apiVersion is the API version of the referent",
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
"default": "",
|
||||
"description": "Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
|
||||
"description": "kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"default": "",
|
||||
"description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
|
||||
"description": "name is the name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -53,7 +53,7 @@
|
||||
}
|
||||
],
|
||||
"default": {},
|
||||
"description": "behaviour of autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status."
|
||||
"description": "spec defines the behaviour of autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status."
|
||||
},
|
||||
"status": {
|
||||
"allOf": [
|
||||
@@ -62,7 +62,7 @@
|
||||
}
|
||||
],
|
||||
"default": {},
|
||||
"description": "current information about the autoscaler."
|
||||
"description": "status is the current information about the autoscaler."
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
@@ -82,7 +82,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"items": {
|
||||
"description": "list of horizontal pod autoscaler objects.",
|
||||
"description": "items is the list of horizontal pod autoscaler objects.",
|
||||
"items": {
|
||||
"allOf": [
|
||||
{
|
||||
@@ -124,7 +124,7 @@
|
||||
"properties": {
|
||||
"maxReplicas": {
|
||||
"default": 0,
|
||||
"description": "upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.",
|
||||
"description": "maxReplicas is the upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -143,7 +143,7 @@
|
||||
"description": "reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption and will set the desired number of pods by using its Scale subresource."
|
||||
},
|
||||
"targetCPUUtilizationPercentage": {
|
||||
"description": "target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified the default autoscaling policy will be used.",
|
||||
"description": "targetCPUUtilizationPercentage is the target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified the default autoscaling policy will be used.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
@@ -158,19 +158,19 @@
|
||||
"description": "current status of a horizontal pod autoscaler",
|
||||
"properties": {
|
||||
"currentCPUUtilizationPercentage": {
|
||||
"description": "current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU.",
|
||||
"description": "currentCPUUtilizationPercentage is the current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"currentReplicas": {
|
||||
"default": 0,
|
||||
"description": "current number of replicas of pods managed by this autoscaler.",
|
||||
"description": "currentReplicas is the current number of replicas of pods managed by this autoscaler.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"desiredReplicas": {
|
||||
"default": 0,
|
||||
"description": "desired number of replicas of pods managed by this autoscaler.",
|
||||
"description": "desiredReplicas is the desired number of replicas of pods managed by this autoscaler.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -180,10 +180,10 @@
|
||||
"$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
||||
}
|
||||
],
|
||||
"description": "last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed."
|
||||
"description": "lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed."
|
||||
},
|
||||
"observedGeneration": {
|
||||
"description": "most recent generation observed by this autoscaler.",
|
||||
"description": "observedGeneration is the most recent generation observed by this autoscaler.",
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
}
|
||||
|
@@ -36,7 +36,7 @@
|
||||
"properties": {
|
||||
"container": {
|
||||
"default": "",
|
||||
"description": "Container is the name of the container in the pods of the scaling target",
|
||||
"description": "container is the name of the container in the pods of the scaling target",
|
||||
"type": "string"
|
||||
},
|
||||
"current": {
|
||||
@@ -50,7 +50,7 @@
|
||||
},
|
||||
"name": {
|
||||
"default": "",
|
||||
"description": "Name is the name of the resource in question.",
|
||||
"description": "name is the name of the resource in question.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -65,17 +65,17 @@
|
||||
"description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.",
|
||||
"properties": {
|
||||
"apiVersion": {
|
||||
"description": "API version of the referent",
|
||||
"description": "apiVersion is the API version of the referent",
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
"default": "",
|
||||
"description": "Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
|
||||
"description": "kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"default": "",
|
||||
"description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
|
||||
"description": "name is the name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -146,18 +146,18 @@
|
||||
"properties": {
|
||||
"periodSeconds": {
|
||||
"default": 0,
|
||||
"description": "PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).",
|
||||
"description": "periodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"default": "",
|
||||
"description": "Type is used to specify the scaling policy.",
|
||||
"description": "type is used to specify the scaling policy.",
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"default": 0,
|
||||
"description": "Value contains the amount of change which is permitted by the policy. It must be greater than zero",
|
||||
"description": "value contains the amount of change which is permitted by the policy. It must be greater than zero",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
@@ -190,7 +190,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"stabilizationWindowSeconds": {
|
||||
"description": "StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).",
|
||||
"description": "stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
@@ -826,7 +826,7 @@
|
||||
},
|
||||
"name": {
|
||||
"default": "",
|
||||
"description": "Name is the name of the resource in question.",
|
||||
"description": "name is the name of the resource in question.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user