Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/2.20/scalers/gcp-pub-sub.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This specification describes the `gcp-pubsub` trigger for Google Cloud Platform
triggers:
- type: gcp-pubsub
metadata:
subscriptionSize: "5" # The 'subscriptionSize' setting is DEPRECATED and will be removed in v2.20 - Use 'mode' and 'value' instead"
subscriptionSize: "5" # The 'subscriptionSize' setting is DEPRECATED and is removed in v2.20 - Use 'mode' and 'value' instead"
mode: "SubscriptionSize" # Optional - Default is SubscriptionSize - SubscriptionSize or OldestUnackedMessageAge
aggregation: "sum" # Optional - Only meaningful for distribution-valued metrics
value: "5.5" # Optional - Default is 10
Expand Down
Loading