Unverified Commit 79e3d6c0 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #70542 from wpalmeri/patch-2

fix typo in comment
parents 714711e5 80f96e9a
...@@ -172,7 +172,7 @@ type IPVSSchedulerMethod string ...@@ -172,7 +172,7 @@ type IPVSSchedulerMethod string
const ( const (
// RoundRobin distributes jobs equally amongst the available real servers. // RoundRobin distributes jobs equally amongst the available real servers.
RoundRobin IPVSSchedulerMethod = "rr" RoundRobin IPVSSchedulerMethod = "rr"
// WeightedRoundRobin assigns jobs to real servers proportionally to there real servers' weight. // WeightedRoundRobin assigns jobs to real servers proportionally to their real servers' weight.
// Servers with higher weights receive new jobs first and get more jobs than servers with lower weights. // Servers with higher weights receive new jobs first and get more jobs than servers with lower weights.
// Servers with equal weights get an equal distribution of new jobs. // Servers with equal weights get an equal distribution of new jobs.
WeightedRoundRobin IPVSSchedulerMethod = "wrr" WeightedRoundRobin IPVSSchedulerMethod = "wrr"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment