gcp.project.gkeService.cluster.nodepool
Supported platform
- gcp
Description
Google Kubernetes Engine (GKE) cluster node pool
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| id | string | Internal ID |
| name | string | The name of the node pool |
| config | gcp.project.gkeService.cluster.nodepool.config | The node configuration of the pool |
| initialNodeCount | int | The initial node count for the pool |
| locations | []string | The list of Google Compute Engine zones in which the NodePool's nodes should be located |
| networkConfig | gcp.project.gkeService.cluster.nodepool.networkConfig | Networking configuration for this node pool |
| version | string | The Kubernetes version |
| instanceGroupUrls | []string | The resource URLs of the managed instance groups associated with this node pool |
| status | string | The current status of this node pool |
| management | dict | Node management configuration |
| autoscaling | gcp.project.gkeService.cluster.nodepool.autoscaling | Autoscaler configuration for this NodePool |
References