autoRepair property

bool? autoRepair
getter/setter pair

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.

Implementation

core.bool? autoRepair;