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-04-09 UTC."],[[["This page provides documentation for the `HorizontalPodAutoscaling` class within the Google Kubernetes Engine v1 API, specifically focusing on its implementation in .NET."],["The `HorizontalPodAutoscaling` class, found in the `Google.Cloud.Container.V1` namespace, is used to configure the horizontal pod autoscaling feature, which dynamically adjusts the number of replica pods based on resource usage."],["The documentation includes a list of available versions for `HorizontalPodAutoscaling`, ranging from version 3.33.0 (latest) down to version 2.3.0, with links to each specific version's documentation."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members from the `Object` class."],["The `HorizontalPodAutoscaling` class offers a constructor to enable the creation of new instances and also contains the `Disabled` property that is used to indicate whether the feature is on or off."]]],[]]