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 `NodeManagement` class defines management services for a node pool within Google Cloud Container V1, as seen in the different versions present in the documentation."],["This class is available in multiple versions, ranging from 2.3.0 to the latest 3.33.0, each represented by a distinct URL for reference."],["`NodeManagement` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers control over node pool features like `AutoRepair` and `AutoUpgrade`, which are boolean properties indicating whether these features are enabled, and `UpgradeOptions`, which is an `AutoUpgradeOptions` type."],["The class can be initialized with no parameters, using the default constructor, or with another `NodeManagement` object as a parameter."]]],[]]