Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 6.16 KB

V2MetricTarget.md

File metadata and controls

17 lines (9 loc) · 6.16 KB

V2MetricTarget

MetricTarget defines the target value, average value, or average utilization of a specific metric

Properties

Name Type Description Notes
averageUtilization Integer averageUtilization is the target 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. Currently only valid for Resource metric source type [optional]
averageValue Quantity Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the &quot;&quot; case in <decimalSI>.) <digit> ::= 0 1
type String type represents whether the metric type is Utilization, Value, or AverageValue
value Quantity Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the &quot;&quot; case in <decimalSI>.) <digit> ::= 0 1