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 webpage provides documentation for the `NotificationConfig.Types.PubSub` class within the Google Kubernetes Engine (GKE) v1 API, specifically for the .NET framework."],["The latest version available for the documentation is 3.33.0, but the page itself primarily details version 3.8.0 of the `PubSub` class."],["The `PubSub` class is used to configure Pub/Sub notifications for GKE and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `PubSub` class include `Enabled` (a boolean to enable/disable notifications), `Filter` (to define event types to receive), and `Topic` (to specify the Pub/Sub topic)."],["The webpage lists documentation for versions of the class starting from 2.3.0 up to 3.33.0, all of which can be found through the links provided."]]],[]]