Mondoo Docs

gcp.project.gkeService.cluster.nodepool.autoscaling

gcp.project.gkeService.cluster.nodepool.autoscaling MQL resource for querying Google Cloud infrastructure with cnquery and cnspec.

Google CloudPrivate Resource
Min version: 9.0.0Defaults: enabled

Relationships

Mini Map
Google Cloud
2 resources · 1 relationshipsClick to select, expand fields to see properties.

Fields (6)

FieldTypeDescription
autoprovisionedrequired
intCan this node pool be deleted automatically.
enabledrequired
intIs autoscaling enabled for this node pool.
maxNodeCountrequired
intMaximum number of nodes for one location in the node pool. Must be >=
minNodeCountrequired
intMinimum number of nodes for one location in the node pool. Must be greater
totalMaxNodeCountrequired
intMaximum number of nodes in the node pool. Must be greater than or equal to
totalMinNodeCountrequired
intMinimum 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.