Google Kubernetes Engine v1 API - Class PodAutoscaling (3.34.0)

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

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

PodAutoscaling is used for configuration of parameters for workload autoscaling.

Inheritance

object > PodAutoscaling

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

PodAutoscaling()

public PodAutoscaling()

PodAutoscaling(PodAutoscaling)

public PodAutoscaling(PodAutoscaling other)
Parameter
Name Description
other PodAutoscaling

Properties

HasHpaProfile

public bool HasHpaProfile { get; }

Gets whether the "hpa_profile" field is set

Property Value
Type Description
bool

HpaProfile

public PodAutoscaling.Types.HPAProfile HpaProfile { get; set; }

Selected Horizontal Pod Autoscaling profile.

Property Value
Type Description
PodAutoscalingTypesHPAProfile