nodepool_spec_healthCheck_unhealthyConditions
nodepool_spec_healthCheck_unhealthyConditions
UnhealthyCondition represents a Node condition type and value with a timeout specified as a duration. When the named condition has been in the given status for at least the timeout value, a node is considered unhealthy.
JSON Example
{
"type": "type",
"timeout": "timeout",
"status": "status"
}
string
status
Required
status
string
timeout
Required
timeout
string
type
Required
type