Google Kubernetes Engine v1 API - Class HorizontalPodAutoscaling (3.25.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class HorizontalPodAutoscaling.

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
bool