@jkcfg/kubernetes
Version:
jk Kubernetes library
23 lines • 584 B
JSON
{
"description": "WebhookThrottleConfig holds the configuration for throttling events",
"properties": {
"burst": {
"description": "ThrottleBurst is the maximum number of events sent at the same moment default 15 QPS",
"type": [
"integer",
"null"
],
"format": "int64"
},
"qps": {
"description": "ThrottleQPS maximum number of batches per second default 10 QPS",
"type": [
"integer",
"null"
],
"format": "int64"
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}