Class Filter (2.45.0)

Filter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attribute

NameDescription
event_type MutableSequence[google.cloud.container_v1.types.NotificationConfig.EventType]
Event types to allowlist.