gcp.project.gkeService.cluster.nodepool.autoscaling
gcp.project.gkeService.cluster.nodepool.autoscaling MQL resource for querying Google Cloud infrastructure with cnquery and cnspec.
enabledRelationships
Fields (6)
| Field | Type | Description |
|---|---|---|
autoprovisionedrequired | int | Can this node pool be deleted automatically. |
enabledrequired | int | Is autoscaling enabled for this node pool. |
maxNodeCountrequired | int | Maximum number of nodes for one location in the node pool. Must be >= |
minNodeCountrequired | int | Minimum number of nodes for one location in the node pool. Must be greater |
totalMaxNodeCountrequired | int | Maximum number of nodes in the node pool. Must be greater than or equal to |
totalMinNodeCountrequired | int | Minimum number of nodes in the node pool. Must be greater than or equal |
Field Details
maxNodeCountint
min_node_count. There has to be enough quota to scale up the cluster.
minNodeCountint
than or equal to 0 and less than or equal to max_node_count.
totalMaxNodeCountint
total_min_node_count. There has to be enough quota to scale up the cluster. The total_*_node_count fields are mutually exclusive with the *_node_count fields.
totalMinNodeCountint
to 0 and less than or equal to total_max_node_count. The total_*_node_count fields are mutually exclusive with the *_node_count fields.
Google Kubernetes Engine (GKE) cluster node pool
gcp.project.gkeService.cluster.nodepool MQL resource for querying Google Cloud infrastructure with cnquery and cnspec.
Google Kubernetes Engine (GKE) node pool configuration
gcp.project.gkeService.cluster.nodepool.config MQL resource for querying Google Cloud infrastructure with cnquery and cnspec.