KubernetesAutoscalerNodepoolArgs

data class KubernetesAutoscalerNodepoolArgs(val id: Output<String>? = null, val labels: Output<String>? = null, val taints: Output<String>? = null) : ConvertibleToJava<KubernetesAutoscalerNodepoolArgs>

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, labels: Output<String>? = null, taints: Output<String>? = null)

Properties

Link copied to clipboard
val id: Output<String>? = null

The scaling group id of the groups configured for cluster-autoscaler.

Link copied to clipboard
val labels: Output<String>? = null

The labels for the nodes in scaling group.

Link copied to clipboard
val taints: Output<String>? = null

The taints for the nodes in scaling group.

Functions

Link copied to clipboard
open override fun toJava(): KubernetesAutoscalerNodepoolArgs