NodeRepairConfigOverrides

Specify granular overrides for specific repair actions. These overrides control the repair action and the repair delay time before a node is considered eligible for repair. If you use this, you must specify all the values.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specify the minimum time in minutes to wait before attempting to repair a node with this specific nodeMonitoringCondition and nodeUnhealthyReason.

Link copied to clipboard

Specify an unhealthy condition reported by the node monitoring agent that this override would apply to.

Link copied to clipboard

Specify a reason reported by the node monitoring agent that this override would apply to.

Link copied to clipboard

Specify the repair action to take for nodes when all of the specified conditions are met.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String