GetKubernetesClusterNodePool

data class GetKubernetesClusterNodePool(val actualNodeCount: Int, val autoScale: Boolean, val id: String, val labels: Map<String, String>, val maxNodes: Int, val minNodes: Int, val name: String, val nodeCount: Int, val nodes: List<GetKubernetesClusterNodePoolNode>, val size: String, val tags: List<String>, val taints: List<GetKubernetesClusterNodePoolTaint>)

Constructors

Link copied to clipboard
constructor(actualNodeCount: Int, autoScale: Boolean, id: String, labels: Map<String, String>, maxNodes: Int, minNodes: Int, name: String, nodeCount: Int, nodes: List<GetKubernetesClusterNodePoolNode>, size: String, tags: List<String>, taints: List<GetKubernetesClusterNodePoolTaint>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actual number of nodes in the node pool, which is especially useful when auto-scaling is enabled.

Link copied to clipboard

A boolean indicating whether auto-scaling is enabled on the node pool.

Link copied to clipboard
val id: String

A unique ID that can be used to identify and reference the node.

Link copied to clipboard

A map of key/value pairs applied to nodes in the pool. The labels are exposed in the Kubernetes API as labels in the metadata of the corresponding Node resources.

Link copied to clipboard

If auto-scaling is enabled, this represents the maximum number of nodes that the node pool can be scaled up to.

Link copied to clipboard

If auto-scaling is enabled, this represents the minimum number of nodes that the node pool can be scaled down to.

Link copied to clipboard

The name of Kubernetes cluster.

Link copied to clipboard

The number of Droplet instances in the node pool.

Link copied to clipboard

A list of nodes in the pool. Each node exports the following attributes:

Link copied to clipboard

The slug identifier for the type of Droplet used as workers in the node pool.

Link copied to clipboard

A list of tag names applied to the node pool.

Link copied to clipboard

A list of taints applied to all nodes in the pool. Each taint exports the following attributes: