public sealed class NotificationConfig.Types.Filter : IMessage<NotificationConfig.Types.Filter>, IEquatable<NotificationConfig.Types.Filter>, IDeepCloneable<NotificationConfig.Types.Filter>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class NotificationConfig.Types.Filter.
Allows filtering to one or more specific event types. If event types are present, those and only those event types will be transmitted to the cluster. Other types will be skipped. If no filter is specified, or no event types are present, all event types will be sent
Implements
IMessageNotificationConfigTypesFilter, IEquatableNotificationConfigTypesFilter, IDeepCloneableNotificationConfigTypesFilter, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
Filter()
public Filter()
Filter(Filter)
public Filter(NotificationConfig.Types.Filter other)
Parameter | |
---|---|
Name | Description |
other |
NotificationConfigTypesFilter |
Properties
EventType
public RepeatedField<NotificationConfig.Types.EventType> EventType { get; }
Event types to allowlist.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNotificationConfigTypesEventType |