Skip to content

Commit

Permalink
Fix outdated api docs (#2858)
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm authored Apr 16, 2024
1 parent 3e37564 commit 4d306e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -40457,7 +40457,8 @@ TargetAllocator indicates a value which determines whether to spawn a target all
<td>
AllocationStrategy determines which strategy the target allocator should use for allocation.
The current options are least-weighted, consistent-hashing and per-node. The default is
consistent-hashing.<br/>
consistent-hashing.
WARNING: The per-node strategy currently ignores targets without a Node, like control plane components.<br/>
<br/>
<i>Enum</i>: least-weighted, consistent-hashing<br/>
<i>Default</i>: consistent-hashing<br/>
Expand Down

0 comments on commit 4d306e9

Please sign in to comment.