public class V1alpha1WebhookThrottleConfig extends Object
| Constructor and Description |
|---|
V1alpha1WebhookThrottleConfig() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1WebhookThrottleConfig |
burst(Long burst) |
boolean |
equals(Object o) |
Long |
getBurst()
ThrottleBurst is the maximum number of events sent at the same moment default 15 QPS
|
Long |
getQps()
ThrottleQPS maximum number of batches per second default 10 QPS
|
int |
hashCode() |
V1alpha1WebhookThrottleConfig |
qps(Long qps) |
void |
setBurst(Long burst) |
void |
setQps(Long qps) |
String |
toString() |
public V1alpha1WebhookThrottleConfig burst(Long burst)
public Long getBurst()
public void setBurst(Long burst)
public V1alpha1WebhookThrottleConfig qps(Long qps)
public Long getQps()
public void setQps(Long qps)
Copyright © 2019. All rights reserved.