Class HorizontalPodAutoscaling (2.3.0)

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

Configuration options for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.

Inheritance

Object > HorizontalPodAutoscaling

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

HorizontalPodAutoscaling()

public HorizontalPodAutoscaling()

HorizontalPodAutoscaling(HorizontalPodAutoscaling)

public HorizontalPodAutoscaling(HorizontalPodAutoscaling other)
Parameter
NameDescription
otherHorizontalPodAutoscaling

Properties

Disabled

public bool Disabled { get; set; }

Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.

Property Value
TypeDescription
Boolean