1
0
Fork 0

Bump paerser to v0.1.4

This commit is contained in:
Ludovic Fernandez 2021-05-06 09:32:04 +02:00 committed by GitHub
parent 56b26421a5
commit ee12424795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 57 additions and 55 deletions

View file

@ -190,7 +190,7 @@
},
"rateLimit": {
"average": 42,
"period": 42,
"period": "42ns",
"burst": 42,
"sourceCriterion": {
"ipStrategy": {
@ -306,7 +306,7 @@
},
"retry": {
"attempts": 42,
"initialInterval": 42
"initialInterval": "42ns"
},
"contentType": {
"autoDetect": true
@ -352,9 +352,9 @@
],
"maxIdleConnsPerHost": 42,
"forwardingTimeouts": {
"dialTimeout": 42,
"responseHeaderTimeout": 42,
"idleConnTimeout": 42
"dialTimeout": "42ns",
"responseHeaderTimeout": "42ns",
"idleConnTimeout": "42ns"
}
}
}
@ -473,4 +473,4 @@
}
}
}
}
}

View file

@ -12,9 +12,9 @@
],
"maxIdleConnsPerHost": 111,
"forwardingTimeouts": {
"dialTimeout": 111000000000,
"responseHeaderTimeout": 111000000000,
"idleConnTimeout": 111000000000
"dialTimeout": "1m51s",
"responseHeaderTimeout": "1m51s",
"idleConnTimeout": "1m51s"
}
},
"entryPoints": {
@ -22,13 +22,13 @@
"address": "xxxx",
"transport": {
"lifeCycle": {
"requestAcceptGraceTimeout": 111000000000,
"graceTimeOut": 111000000000
"requestAcceptGraceTimeout": "1m51s",
"graceTimeOut": "1m51s"
},
"respondingTimeouts": {
"readTimeout": 111000000000,
"writeTimeout": 111000000000,
"idleTimeout": 111000000000
"readTimeout": "1m51s",
"writeTimeout": "1m51s",
"idleTimeout": "1m51s"
}
},
"proxyProtocol": {
@ -75,7 +75,7 @@
}
},
"providers": {
"providersThrottleDuration": 111000000000,
"providersThrottleDuration": "1m51s",
"docker": {
"constraints": "Label(\"foo\", \"bar\")",
"watch": true,
@ -92,8 +92,8 @@
"useBindPortIP": true,
"swarmMode": true,
"network": "MyNetwork",
"swarmModeRefreshSeconds": 42,
"httpClientTimeout": 42
"swarmModeRefreshSeconds": "42ns",
"httpClientTimeout": "42ns"
},
"file": {
"directory": "file Directory",
@ -116,10 +116,10 @@
"key": "xxxx",
"insecureSkipVerify": true
},
"dialerTimeout": 42,
"responseHeaderTimeout": 42,
"tlsHandshakeTimeout": 42,
"keepAlive": 42,
"dialerTimeout": "42ns",
"responseHeaderTimeout": "42ns",
"tlsHandshakeTimeout": "42ns",
"keepAlive": "42ns",
"forceTaskHostname": true,
"basic": {
"httpBasicAuthUser": "xxxx",
@ -142,7 +142,7 @@
"hostname": "xxxx",
"publishedService": "xxxx"
},
"throttleDuration": 111000000000
"throttleDuration": "1m51s"
},
"kubernetesCRD": {
"endpoint": "xxxx",
@ -154,7 +154,7 @@
],
"labelSelector": "myLabelSelector",
"ingressClass": "MyIngressClass",
"throttleDuration": 111000000000
"throttleDuration": "1m51s"
},
"kubernetesGateway": {
"endpoint": "xxxx",
@ -165,7 +165,7 @@
"b"
],
"labelSelector": "myLabelSelector",
"throttleDuration": 111000000000
"throttleDuration": "1m51s"
},
"rest": {
"insecure": true
@ -198,10 +198,10 @@
"username": "xxxx",
"password": "xxxx"
},
"endpointWaitTime": 42
"endpointWaitTime": "42ns"
},
"prefix": "MyPrefix",
"refreshInterval": 42,
"refreshInterval": "42ns",
"requireConsistent": true,
"stale": true,
"cache": true,
@ -272,8 +272,8 @@
},
"http": {
"endpoint": "xxxx",
"pollInterval": 42,
"pollTimeout": 42,
"pollInterval": "42ns",
"pollTimeout": "42ns",
"tls": {
"ca": "xxxx",
"caOptional": true,
@ -303,13 +303,13 @@
},
"datadog": {
"address": "xxxx",
"pushInterval": 42,
"pushInterval": "42ns",
"addEntryPointsLabels": true,
"addServicesLabels": true
},
"statsD": {
"address": "xxxx",
"pushInterval": 42,
"pushInterval": "42ns",
"addEntryPointsLabels": true,
"addServicesLabels": true,
"prefix": "MyPrefix"
@ -317,7 +317,7 @@
"influxDB": {
"address": "xxxx",
"protocol": "xxxx",
"pushInterval": 42,
"pushInterval": "42ns",
"database": "myDB",
"retentionPolicy": "12",
"username": "xxxx",
@ -345,7 +345,7 @@
"500"
],
"retryAttempts": true,
"minDuration": 42
"minDuration": "42ns"
},
"fields": {
"defaultMode": "drop",
@ -428,7 +428,7 @@
"keyType": "MyKeyType",
"dnsChallenge": {
"provider": "DNSProvider",
"delayBeforeCheck": 42,
"delayBeforeCheck": "42ns",
"resolvers": [
"xxxx",
"xxxx"

View file

@ -19,13 +19,13 @@
},
"transport": {
"lifeCycle": {
"graceTimeOut": 2,
"requestAcceptGraceTimeout": 1
"graceTimeOut": "2ns",
"requestAcceptGraceTimeout": "1ns"
},
"respondingTimeouts": {
"idleTimeout": 5,
"readTimeout": 3,
"writeTimeout": 4
"idleTimeout": "5ns",
"readTimeout": "3ns",
"writeTimeout": "4ns"
}
}
},
@ -49,14 +49,14 @@
},
"transport": {
"lifeCycle": {
"graceTimeOut": 20,
"requestAcceptGraceTimeout": 10
"graceTimeOut": "20ns",
"requestAcceptGraceTimeout": "10ns"
},
"respondingTimeouts": {
"idleTimeout": 50,
"readTimeout": 30,
"writeTimeout": 40
"idleTimeout": "50ns",
"readTimeout": "30ns",
"writeTimeout": "40ns"
}
}
}
]
]