| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
PubSub |
PubSub.clone() |
PubSub |
NotificationConfig.getPubsub()
Notification config for Pub/Sub.
|
PubSub |
PubSub.set(String fieldName,
Object value) |
PubSub |
PubSub.setEnabled(Boolean enabled)
Enable notifications for Pub/Sub.
|
PubSub |
PubSub.setFilter(Filter filter)
Allows filtering to one or more specific event types.
|
PubSub |
PubSub.setTopic(String topic)
The desired Pub/Sub topic to which notifications will be sent by GKE.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationConfig |
NotificationConfig.setPubsub(PubSub pubsub)
Notification config for Pub/Sub.
|
Copyright © 2011–2023 Google. All rights reserved.