kubernetes_asyncio.client.models.v2_metric_value_status module
Kubernetes
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech
- class kubernetes_asyncio.client.models.v2_metric_value_status.V2MetricValueStatus(average_utilization=None, average_value=None, value=None, local_vars_configuration=None)
Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'average_utilization': 'averageUtilization', 'average_value': 'averageValue', 'value': 'value'}
- property average_utilization
Gets the average_utilization of this V2MetricValueStatus. # noqa: E501
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. # noqa: E501
- Returns:
The average_utilization of this V2MetricValueStatus. # noqa: E501
- Return type:
int
- property average_value
Gets the average_value of this V2MetricValueStatus. # noqa: E501
averageValue is the current value of the average of the metric across all relevant pods (as a quantity) # noqa: E501
- Returns:
The average_value of this V2MetricValueStatus. # noqa: E501
- Return type:
str
- openapi_types = {'average_utilization': 'int', 'average_value': 'str', 'value': 'str'}
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model
- property value
Gets the value of this V2MetricValueStatus. # noqa: E501
value is the current value of the metric (as a quantity). # noqa: E501
- Returns:
The value of this V2MetricValueStatus. # noqa: E501
- Return type:
str