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."],[[["This page provides reference documentation and code samples for the `HorizontalPodAutoscaling` class within the Google Kubernetes Engine v1 API."],["The content covers various versions of the API, ranging from the latest 3.33.0 down to version 2.3.0, each with its own documentation link for the HorizontalPodAutoscaling class."],["`HorizontalPodAutoscaling` is a feature that adjusts the number of replica pods in a replication controller based on resource usage, and its configuration options are detailed here."],["The `HorizontalPodAutoscaling` class can be constructed with no parameters, or by copying another `HorizontalPodAutoscaling` instance, as well as containing a boolean `Disabled` property."],["`HorizontalPodAutoscaling` inherits from the base `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`."]]],[]]