Class HorizontalPodAutoscaling (2.11.1)

HorizontalPodAutoscaling(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration options for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.

Attribute

NameDescription
disabled bool
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.

Inheritance

builtins.object > proto.message.Message > HorizontalPodAutoscaling