1
0
Fork 0

Kubernetes CRD documentation fixes

This commit is contained in:
Orhan Hirsch 2019-06-18 12:20:04 +02:00 committed by Traefiker Bot
parent 31614bebc4
commit 346ff96de2
3 changed files with 14 additions and 13 deletions

View file

@ -32,15 +32,16 @@ metadata:
name: test-ratelimit
spec:
rateLimit:
extractorfunc = "client.ip"
rate0:
period = "10s"
average = 100
burst = 200
rate1:
period = "3s"
average = 5
burst = 10
extractorFunc: client.ip
rateset:
rate0:
period: 10s
average: 100
burst: 200
rate1:
period: 3s
average: 5
burst: 10
```
```json tab="Marathon"