Merge current v2.5 into master
This commit is contained in:
commit
89cd9e8ddd
102 changed files with 2402 additions and 1429 deletions
|
@ -443,6 +443,10 @@ func createRateLimitMiddleware(rateLimit *v1alpha1.RateLimit) (*dynamic.RateLimi
|
|||
}
|
||||
}
|
||||
|
||||
if rateLimit.SourceCriterion != nil {
|
||||
rl.SourceCriterion = rateLimit.SourceCriterion
|
||||
}
|
||||
|
||||
return rl, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue