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.
Implements
IMessage<VerticalPodAutoscaling>, IEquatable<VerticalPodAutoscaling>, IDeepCloneable<VerticalPodAutoscaling>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
VerticalPodAutoscaling()
public VerticalPodAutoscaling()
VerticalPodAutoscaling(VerticalPodAutoscaling)
public VerticalPodAutoscaling(VerticalPodAutoscaling other)
Parameter | |
---|---|
Name | Description |
other | VerticalPodAutoscaling |
Properties
Enabled
public bool Enabled { get; set; }
Enables vertical pod autoscaling.
Property Value | |
---|---|
Type | Description |
Boolean |