Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.42 KB

V2alpha1MetricStatus.md

File metadata and controls

13 lines (9 loc) · 1.42 KB

V2alpha1MetricStatus

Properties

Name Type Description Notes
object \UniversityOfAdelaide\OpenShift\Model\V2alpha1ObjectMetricStatus object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). [optional]
pods \UniversityOfAdelaide\OpenShift\Model\V2alpha1PodsMetricStatus pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. [optional]
resource \UniversityOfAdelaide\OpenShift\Model\V2alpha1ResourceMetricStatus resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing 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. [optional]
type string type is the type of metric source. It will match one of the fields below.

[Back to Model list] [Back to API list] [Back to README]