#include <stdbool.h>
#include <crm/common/scheduler_types.h>
Go to the source code of this file.
◆ pcmk__health_strategy
| Enumerator |
|---|
| pcmk__health_strategy_none | |
| pcmk__health_strategy_no_red | |
| pcmk__health_strategy_only_green | |
| pcmk__health_strategy_progressive | |
| pcmk__health_strategy_custom | |
Definition at line 28 of file health_internal.h.
◆ pcmk__health_score()
| int pcmk__health_score |
( |
const char * | option, |
|
|
const pcmk_scheduler_t * | scheduler ) |
◆ pcmk__parse_health_strategy()
◆ pcmk__validate_health_strategy()
| bool pcmk__validate_health_strategy |
( |
const char * | value | ) |
|