Class VerticalPodAutoscaling (2.5.0)

public sealed class VerticalPodAutoscaling : IMessage<VerticalPodAutoscaling>, IEquatable<VerticalPodAutoscaling>, IDeepCloneable<VerticalPodAutoscaling>, IBufferMessage, IMessage

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
Boolean