Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::NotificationConfig::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
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#event_type
def event_type() -> ::Array<::Google::Cloud::Container::V1::NotificationConfig::EventType>
Returns
- (::Array<::Google::Cloud::Container::V1::NotificationConfig::EventType>) — Event types to allowlist.
#event_type=
def event_type=(value) -> ::Array<::Google::Cloud::Container::V1::NotificationConfig::EventType>
Parameter
- value (::Array<::Google::Cloud::Container::V1::NotificationConfig::EventType>) — Event types to allowlist.
Returns
- (::Array<::Google::Cloud::Container::V1::NotificationConfig::EventType>) — Event types to allowlist.