Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PreparedStrategy assumes that the admin prepares new member entries. PreparedStrategy = Strategy("prepared") // PruneStrategy aggressively removes dead members. PruneStrategy = Strategy("prune") // ReplaceStrategy defensively removes a dead member only when a cluster is full. ReplaceStrategy = Strategy("replace") // AddStrategy only adds a member until the cluster is full, never removes old members. AddStrategy = Strategy("add") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.