NodepoolUpdateRequest
NodepoolUpdateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| desired_node_count optional | Desired Node Count Example : 2 | any of [integer, null] | |
| is_auto_recovery optional | Is Auto Recovery Example : true | any of [boolean, null] | |
| is_auto_scale optional | Is Auto Scale Example : true | any of [boolean, null] | |
| max_node_count optional | Max Node Count Example : 5 | any of [integer, null] | |
| min_node_count optional | Min Node Count Example : 1 | any of [integer, null] |