public sealed class VerticalPodAutoscaling : IMessage<VerticalPodAutoscaling>, IEquatable<VerticalPodAutoscaling>, IDeepCloneable<VerticalPodAutoscaling>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class VerticalPodAutoscaling.
VerticalPodAutoscaling contains global, per-cluster information
required by Vertical Pod Autoscaler to automatically adjust
the resources of pods controlled by it.
[[["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 webpage provides reference documentation for the `VerticalPodAutoscaling` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment."],["The latest version of the documentation available is 3.33.0, with a range of previous versions from 3.32.0 down to 2.3.0 also accessible."],["The `VerticalPodAutoscaling` class is used for adjusting the resources of pods automatically, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a boolean property called `Enabled` that is used to enable or disable vertical pod autoscaling, as well as 2 constructors."],["The class is found under the namespace `Google.Cloud.Container.V1` and is part of the `Google.Cloud.Container.V1.dll` assembly."]]],[]]