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.
Implements
IMessagePodAutoscaling, IEquatablePodAutoscaling, IDeepCloneablePodAutoscaling, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |