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>)
Constructors
Link copied to clipboard
fun GetKubernetesClusterNodePool(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>)