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 page provides documentation for the `HorizontalPodAutoscaling` class within the Google Kubernetes Engine v1 API, specifically for the .NET platform."],["The class `HorizontalPodAutoscaling` implements several interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features for message handling, equality checks, deep cloning, and buffer operations."],["The Horizontal Pod Autoscaling feature in this context automatically scales the number of replica pods based on resource usage, as per the documentation provided."],["This documentation page covers multiple versions of the `HorizontalPodAutoscaling` API, ranging from version 2.3.0 up to the latest version, 3.33.0, along with information about prior versions, allowing developers to access documentation for each."],["The `HorizontalPodAutoscaling` class includes a `Disabled` property of type boolean which defines whether or not the horizontal pod autoscaling is enabled."]]],[]]