Class: Google::Cloud::Container::V1beta1::NotificationConfig::Filter

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#event_type::Array<::Google::Cloud::Container::V1beta1::NotificationConfig::EventType>

Returns Event types to allowlist.

Returns:



4643
4644
4645
4646
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4643

class Filter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end