Google Kubernetes Engine v1 API - Class NotificationConfig.Types.PubSub (3.21.0)

public sealed class NotificationConfig.Types.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.

Pub/Sub specific notification config.

Inheritance

object > NotificationConfig.Types.PubSub

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

PubSub()

public PubSub()

PubSub(PubSub)

public PubSub(NotificationConfig.Types.PubSub other)
Parameter
NameDescription
otherNotificationConfigTypesPubSub

Properties

Enabled

public bool Enabled { get; set; }

Enable notifications for Pub/Sub.

Property Value
TypeDescription
bool

Filter

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

Property Value
TypeDescription
NotificationConfigTypesFilter

Topic

public string Topic { get; set; }

The desired Pub/Sub topic to which notifications will be sent by GKE. Format is projects/{project}/topics/{topic}.

Property Value
TypeDescription
string