public sealed class PubSub : IMessage<NotificationConfig.Types.PubSub>, IEquatable<NotificationConfig.Types.PubSub>, IDeepCloneable<NotificationConfig.Types.PubSub>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class NotificationConfig.Types.PubSub.
public NotificationConfig.Types.Filter Filter { get; set; }
Allows filtering to one or more specific event types. If no filter is
specified, or if a filter is specified with no event types, all event
types will be sent
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `NotificationConfig.Types.PubSub` class within the Google Kubernetes Engine (GKE) v1 API, specifically for .NET development."],["The `NotificationConfig.Types.PubSub` class allows configuration of Pub/Sub notifications for GKE, enabling or disabling them, setting the desired Pub/Sub topic, and filtering specific event types."],["The latest version of the documentation is for version 3.33.0, with documentation available for versions all the way back to version 2.3.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["Key properties of the `PubSub` class include `Enabled` (a boolean), `Filter` (of type `NotificationConfig.Types.Filter`), and `Topic` (a string), each enabling control over the behavior of the Pub/Sub notifications."]]],[]]