Skip to content

Commit 946f69d

Browse files
authored
Fix outdated api docs (#2858)
1 parent 61daef2 commit 946f69d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -40457,7 +40457,8 @@ TargetAllocator indicates a value which determines whether to spawn a target all
4045740457
<td>
4045840458
AllocationStrategy determines which strategy the target allocator should use for allocation.
4045940459
The current options are least-weighted, consistent-hashing and per-node. The default is
40460-
consistent-hashing.<br/>
40460+
consistent-hashing.
40461+
WARNING: The per-node strategy currently ignores targets without a Node, like control plane components.<br/>
4046140462
<br/>
4046240463
<i>Enum</i>: least-weighted, consistent-hashing<br/>
4046340464
<i>Default</i>: consistent-hashing<br/>

0 commit comments

Comments
 (0)