Add some missing PagerDuty fields to docs (#2380)
These fields are all available on the PagerdutyConfig type:
59a96579cc/config/notifiers.go (L201..L203)
I took the descriptions from the PagerDuty events-api-v2 docs:
https://developer.pagerduty.com/docs/events-api-v2/overview/
Signed-off-by: Gerard Ryan <gryan@redhat.com>
This commit is contained in:
parent
dd1a8fb77b
commit
a8ed0d5850
|
@ -406,6 +406,15 @@ images:
|
|||
links:
|
||||
[ <link_config> ... ]
|
||||
|
||||
# The part or component of the affected system that is broken.
|
||||
[ component: <tmpl_string> ]
|
||||
|
||||
# A cluster or grouping of sources.
|
||||
[ group: <tmpl_string> ]
|
||||
|
||||
# The class/type of the event.
|
||||
[ class: <tmpl_string> ]
|
||||
|
||||
# The HTTP client's configuration.
|
||||
[ http_config: <http_config> | default = global.http_config ]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue