Show / Hide Table of Contents

Class KubernetesAutoscalerState

Inheritance
System.Object
InputArgs
ResourceArgs
KubernetesAutoscalerState
Inherited Members
ResourceArgs.Empty
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 KubernetesAutoscalerState : ResourceArgs

Constructors

View Source

KubernetesAutoscalerState()

Declaration
public KubernetesAutoscalerState()

Properties

View Source

ClusterId

The id of kubernetes cluster.

Declaration
public Input<string> ClusterId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CoolDownDuration

The cool_down_duration option of cluster-autoscaler.

Declaration
public Input<string> CoolDownDuration { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DeferScaleInDuration

The defer_scale_in_duration option of cluster-autoscaler.

Declaration
public Input<string> DeferScaleInDuration { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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<KubernetesAutoscalerNodepoolGetArgs> Nodepools { get; set; }
Property Value
Type Description
InputList<KubernetesAutoscalerNodepoolGetArgs>
View Source

Utilization

The utilization option of cluster-autoscaler.

Declaration
public Input<string> Utilization { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.