Package net.stickycode.kuuty.model.v18
Class IoK8sApiAuditregistrationV1alpha1WebhookThrottleConfig
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiAuditregistrationV1alpha1WebhookThrottleConfig
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiAuditregistrationV1alpha1WebhookThrottleConfig extends Object
WebhookThrottleConfig holds the configuration for throttling events
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BURSTstatic StringJSON_PROPERTY_QPS
-
Constructor Summary
Constructors Constructor Description IoK8sApiAuditregistrationV1alpha1WebhookThrottleConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiAuditregistrationV1alpha1WebhookThrottleConfigburst(Long burst)booleanequals(Object o)LonggetBurst()ThrottleBurst is the maximum number of events sent at the same moment default 15 QPSLonggetQps()ThrottleQPS maximum number of batches per second default 10 QPSinthashCode()IoK8sApiAuditregistrationV1alpha1WebhookThrottleConfigqps(Long qps)voidsetBurst(Long burst)voidsetQps(Long qps)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_BURST
public static final String JSON_PROPERTY_BURST
- See Also:
- Constant Field Values
-
JSON_PROPERTY_QPS
public static final String JSON_PROPERTY_QPS
- See Also:
- Constant Field Values
-
-
Method Detail
-
burst
public IoK8sApiAuditregistrationV1alpha1WebhookThrottleConfig burst(Long burst)
-
getBurst
@Nullable public Long getBurst()
ThrottleBurst is the maximum number of events sent at the same moment default 15 QPS- Returns:
- burst
-
setBurst
public void setBurst(Long burst)
-
qps
public IoK8sApiAuditregistrationV1alpha1WebhookThrottleConfig qps(Long qps)
-
getQps
@Nullable public Long getQps()
ThrottleQPS maximum number of batches per second default 10 QPS- Returns:
- qps
-
setQps
public void setQps(Long qps)
-
-