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

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.

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(NotificationConfig.Types.PubSub)

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

Properties

Enabled

public bool Enabled { get; set; }

Enable notifications for Pub/Sub.

Property Value
TypeDescription
Boolean

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
NotificationConfig.Types.Filter

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