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."],[[["The page provides documentation for the `VerticalPodAutoscaling` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment."],["The latest version of `VerticalPodAutoscaling` is documented under version 3.33.0, with previous versions down to 2.3.0 available."],["`VerticalPodAutoscaling` is a class that allows for the automatic adjustment of resources for pods within a Kubernetes cluster, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Enabled` property within the `VerticalPodAutoscaling` class is used to toggle vertical pod autoscaling on or off, and it uses a boolean type."],["There are two constructor methods for creating a `VerticalPodAutoscaling` object, one being the default constructor and the other allowing the user to set the values to that of another `VerticalPodAutoscaling` object."]]],[]]