Show / Hide Table of Contents

Class WebhookThrottleConfigArgs

WebhookThrottleConfig holds the configuration for throttling events

Inheritance
System.Object
InputArgs
ResourceArgs
WebhookThrottleConfigArgs
Inherited Members
ResourceArgs.Empty
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 Source

Burst

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.