Get desktop application:
View/edit binary Protocol Buffers messages
Configuration for Google Cloud Pub/Sub integration.
Used in:
Whether Google Cloud Pub/Sub is enabled.
The list of configured subscriptions.
The list of configured publishers.
Configuration for a Google Cloud Pub/Sub publisher.
Used in:
The name of the publisher account.
The name of the GCP project your topic lives in.
The name of the topic to publish to. This identifier does not include the name of the project, and must already be configured.
The path to a JSON service account that Spinnaker will use as credentials. This is only needed if Spinnaker is not deployed on a Google Compute Engine VM, or needs permissions not afforded to the VM it is running on. See https://cloud.google.com/compute/docs/access/service-accounts for more information.
The content to publish to the topic. Must be one of ALL or NOTIFICATIONS.
Configuration for a Google Cloud Pub/Sub subscriber.
Used in:
The name of the subscriber account.
The name of the GCP project your subscription lives in.
The name of the subscription to listen to. This identifier does not include the name of the project, and must already be configured.
The path to a JSON service account that Spinnaker will use as credentials. This is only needed if Spinnaker is not deployed on a Google Compute Engine VM, or needs permissions not afforded to the VM it is running on. See https://cloud.google.com/compute/docs/access/service-accounts for more information.
The acknowledgement deadline as configured on the Pub/Sub subscription.
The format of the incoming message. Used to translate the incoming message into Spinnaker artifacts.
A path to a jinja template that specifies how artifacts from this pubsub system are interpreted and transformed into Spinnaker artifacts. Only used if messageFormat is set to CUSTOM.
Represents the format of an incoming pub/sub message.
Used in:
Unspecified. Do not directly use, instead omit the field.
Configuration for Pub/Sub integration.
Used in: ,
Whether Pub/Sub is enabled.
Configuration for the Google Cloud Pub/Sub integration.