Skip to content

Commit

Permalink
Merge pull request #321 from moshloop/patch-1
Browse files Browse the repository at this point in the history
docs: update alert provider types
  • Loading branch information
stefanprodan authored Feb 4, 2022
2 parents 402e029 + 5163d18 commit 171b5eb
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions docs/spec/v1beta1/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type ProviderSpec struct {
// +optional
Proxy string `json:"proxy,omitempty"`

// Secret reference containing the provider webhook URL
// Secret reference containing the provider details, valid key names are: address, token, headers (YAML encoded)
// +optional
SecretRef *meta.LocalObjectReference `json:"secretRef,omitempty"`

Expand All @@ -42,30 +42,34 @@ type ProviderSpec struct {
}
```


Notification providers:

* Slack
* Discord
* Microsoft Teams
* Rocket
* Google Chat
* Webex
* Sentry
* Telegram
* Lark
* Matrix
* Azure Event Hub
* Generic webhook
* Opsgenie
* Alertmanager
| Provider | Type |
| --------------- | ------------- |
| Alertmanager | alertmanager |
| Azure Event Hub | azureeventhub |
| Discord | discord |
| Generic webhook | generic |
| Google Chat | googlechat |
| Lark | lark |
| Matrix | matrix |
| Microsoft Teams | msteams |
| Opsgenie | opsgenie |
| Rocket | rocket |
| Sentry | sentry |
| Slack | slack |
| Telegram | telegram |
| WebEx | webex |

Git commit status providers:

* GitHub
* GitLab
* Bitbucket
* Azure DevOps

| Provider | Type |
| ------------ | ----------- |
| Azure DevOps | azuredevops |
| Bitbucket | bitbucket |
| GitHub | github |
| GitLab | gitlab |
Status:

```go
Expand Down

0 comments on commit 171b5eb

Please sign in to comment.