KubernetesAutoscalerNodepool

data class KubernetesAutoscalerNodepool(val id: String? = null, val labels: String? = null, val taints: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

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

Link copied to clipboard
val labels: String? = null

The labels for the nodes in scaling group.

Link copied to clipboard
val taints: String? = null

The taints for the nodes in scaling group.