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 documentation for the `HorizontalPodAutoscaling` class within the `Google.Cloud.Container.V1` namespace for .NET, covering versions from 2.3.0 to the latest version 3.33.0."],["`HorizontalPodAutoscaling` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, designed to configure autoscaling features for Kubernetes pods based on resource usage."],["The class includes a `Disabled` property, which is a boolean value that enables or disables the Horizontal Pod Autoscaling feature in a cluster, also collecting metrics in Stackdriver Monitoring when enabled."],["The document lists multiple versions of the package, where version 3.33.0 is the latest."],["The class inherits from `object` and provides standard constructors and inherited members like `GetHashCode`, `GetType`, and `ToString`."]]],[]]