Google Kubernetes Engine v1 API - Class NotificationConfig.Types.Filter (3.24.0)

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

Inheritance

object > NotificationConfig.Types.Filter

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

Filter()

public Filter()

Filter(Filter)

public Filter(NotificationConfig.Types.Filter other)
Parameter
NameDescription
otherNotificationConfigTypesFilter

Properties

EventType

public RepeatedField<NotificationConfig.Types.EventType> EventType { get; }

Event types to allowlist.

Property Value
TypeDescription
RepeatedFieldNotificationConfigTypesEventType