Class KubernetesAutoscalerArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.CS
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class KubernetesAutoscalerArgs : ResourceArgs
Constructors
View SourceKubernetesAutoscalerArgs()
Declaration
public KubernetesAutoscalerArgs()
Properties
View SourceClusterId
The id of kubernetes cluster.
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CoolDownDuration
The cool_down_duration option of cluster-autoscaler.
Declaration
public Input<string> CoolDownDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeferScaleInDuration
The defer_scale_in_duration option of cluster-autoscaler.
Declaration
public Input<string> DeferScaleInDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Nodepools
nodepools.id- (Required) The scaling group id of the groups configured for cluster-autoscaler.nodepools.taints- (Required) The taints for the nodes in scaling group.nodepools.labels- (Required) The labels for the nodes in scaling group.
Declaration
public InputList<KubernetesAutoscalerNodepoolArgs> Nodepools { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<KubernetesAutoscalerNodepoolArgs> |
Utilization
The utilization option of cluster-autoscaler.
Declaration
public Input<string> Utilization { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |