Show / Hide Table of Contents

Class Webhook

Webhook holds the configuration of the webhook

Inheritance
System.Object
Webhook
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.Outputs.AuditRegistraion.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class Webhook

Fields

View Source

ClientConfig

ClientConfig holds the connection parameters for the webhook required

Declaration
public readonly WebhookClientConfig ClientConfig
Field Value
Type Description
WebhookClientConfig
View Source

Throttle

Throttle holds the options for throttling the webhook

Declaration
public readonly WebhookThrottleConfig Throttle
Field Value
Type Description
WebhookThrottleConfig
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.