public sealed class HorizontalPodAutoscaling : IMessage<HorizontalPodAutoscaling>, IEquatable<HorizontalPodAutoscaling>, IDeepCloneable<HorizontalPodAutoscaling>, IBufferMessage, IMessage
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 of the HorizontalPodAutoscaling documentation is 3.33.0, which can be found at the provided URL."],["This page documents the HorizontalPodAutoscaling feature within Google Cloud Container V1, detailing its configuration options for adjusting the number of replica pods based on resource usage."],["Version 2.7.0 of the HorizontalPodAutoscaling class, implemented as a sealed class, offers various constructors, methods and a property called `Disabled` which is a boolean value."],["The documentation also lists and links to previous versions of the HorizontalPodAutoscaling feature, ranging from version 3.32.0 down to 2.3.0, showing its evolution through multiple releases."],["HorizontalPodAutoscaling class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage` and it inherits a few methods from the base `Object` class."]]],[]]