Google Kubernetes Engine v1 API - Class VerticalPodAutoscaling (3.25.0)

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.

Inheritance

object > VerticalPodAutoscaling

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

VerticalPodAutoscaling()

public VerticalPodAutoscaling()

VerticalPodAutoscaling(VerticalPodAutoscaling)

public VerticalPodAutoscaling(VerticalPodAutoscaling other)
Parameter
NameDescription
otherVerticalPodAutoscaling

Properties

Enabled

public bool Enabled { get; set; }

Enables vertical pod autoscaling.

Property Value
TypeDescription
bool