kubernetes_asyncio.client.models.v2_horizontal_pod_autoscaler_behavior 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_horizontal_pod_autoscaler_behavior.V2HorizontalPodAutoscalerBehavior(scale_down=None, scale_up=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 = {'scale_down': 'scaleDown', 'scale_up': 'scaleUp'}
- openapi_types = {'scale_down': 'V2HPAScalingRules', 'scale_up': 'V2HPAScalingRules'}
- property scale_down
Gets the scale_down of this V2HorizontalPodAutoscalerBehavior. # noqa: E501
- Returns:
The scale_down of this V2HorizontalPodAutoscalerBehavior. # noqa: E501
- Return type:
- property scale_up
Gets the scale_up of this V2HorizontalPodAutoscalerBehavior. # noqa: E501
- Returns:
The scale_up of this V2HorizontalPodAutoscalerBehavior. # noqa: E501
- Return type:
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model