Class WebhookThrottleConfigArgs
WebhookThrottleConfig holds the configuration for throttling events
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Inputs.AuditRegistraion.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class WebhookThrottleConfigArgs : ResourceArgs
Properties
View SourceBurst
ThrottleBurst is the maximum number of events sent at the same moment default 15 QPS
Declaration
public Input<int> Burst { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Qps
ThrottleQPS maximum number of batches per second default 10 QPS
Declaration
public Input<int> Qps { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |