Skip to content

Commit 530b75a

Browse files
ivanmatmatioktalz
authored andcommitted
DOC: describe every options for each load-balance algorithm
1 parent 335101e commit 530b75a

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

documentation/annotations.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -501,13 +501,11 @@ Possible values:
501501
- leastconn
502502
- first
503503
- source
504-
- uri
505-
- url_param
506-
- hdr([name])
507-
- random
508-
- random([draws])
509-
- rdp-cookie
510-
- rdp-cookie([name])
504+
- uri [path-only] [whole] [len num] [depth num]
505+
- url_param name [check_post num]
506+
- hdr[(name)] [use_domain_only]
507+
- random[(draws)]
508+
- rdp-cookie[(name)]
511509

512510
Example:
513511

documentation/doc.yaml

+5-7
Original file line numberDiff line numberDiff line change
@@ -1025,13 +1025,11 @@ annotations:
10251025
- leastconn
10261026
- first
10271027
- source
1028-
- uri
1029-
- url_param
1030-
- hdr([name])
1031-
- random
1032-
- random([draws])
1033-
- rdp-cookie
1034-
- rdp-cookie([name])
1028+
- uri [path-only] [whole] [len num] [depth num]
1029+
- url_param name [check_post num]
1030+
- hdr[(name)] [use_domain_only]
1031+
- random[(draws)]
1032+
- rdp-cookie[(name)]
10351033
applies_to:
10361034
- configmap
10371035
- ingress

0 commit comments

Comments
 (0)