Get Kubernetes Cluster Node Pool
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>)
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 list of nodes in the pool. Each node exports the following attributes:
Link copied to clipboard
A list of taints applied to all nodes in the pool. Each taint exports the following attributes: