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.
Implements
IMessageVerticalPodAutoscaling, IEquatableVerticalPodAutoscaling, IDeepCloneableVerticalPodAutoscaling, 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 |
bool |