A flag that specifies whether the node auto-repair is enabled for the node
pool. If enabled, the nodes in this node pool will be monitored and, if
they fail health checks too many times, an automatic repair action will be
triggered.
A flag that specifies whether node auto-upgrade is enabled for the node
pool. If enabled, node auto-upgrade helps keep the nodes in your node pool
up to date with the latest release version of Kubernetes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `NodeManagement` class is 3.33.0, but version 3.9.0 is detailed in the documentation, with numerous previous versions available for reference."],["`NodeManagement` is a class within the Google Kubernetes Engine v1 API that defines node management services for a node pool, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `NodeManagement` class has properties for `AutoRepair` and `AutoUpgrade`, which are boolean flags that control the automatic repair and upgrading of nodes in the pool, respectively."],["`UpgradeOptions` is a property of the `NodeManagement` class, which lets users configure node auto-upgrade settings."],["The `NodeManagement` class has two constructors, one being a default constructor and the other allowing an existing `NodeManagement` object to be passed as an argument to make a copy of it."]]],[]]