public sealed class HorizontalPodAutoscaling : IMessage<HorizontalPodAutoscaling>, IEquatable<HorizontalPodAutoscaling>, IDeepCloneable<HorizontalPodAutoscaling>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class HorizontalPodAutoscaling.
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.
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster.
When enabled, it ensures that metrics are collected into Stackdriver
Monitoring.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for the `HorizontalPodAutoscaling` class is 3.33.0, with the documentation site offering a range of previous versions down to 2.3.0."],["This documentation provides reference information and code samples for the `HorizontalPodAutoscaling` class within the Google Kubernetes Engine v1 API."],["The `HorizontalPodAutoscaling` class configures the horizontal pod autoscaling feature, which manages the scaling of replica pods based on resource usage."],["The class `HorizontalPodAutoscaling` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, comparison, deep cloning, and buffered operations."],["The property `Disabled` within the `HorizontalPodAutoscaling` class is used to determine if the horizontal pod autoscaling feature is enabled in the cluster, which is a Boolean value that controls metric collection in Stackdriver Monitoring."]]],[]]