1
0
mirror of https://github.com/rancher/types.git synced 2025-08-01 04:57:05 +00:00

Support API URL for WeChat notifier

This commit is contained in:
XianglongLuo 2019-11-29 11:55:13 +08:00
parent 7be993457c
commit a5fcd85b72

1
apis/management.cattle.io/v3/alerting_types.go Normal file → Executable file
View File

@ -311,6 +311,7 @@ type WechatConfig struct {
Agent string `json:"agent,omitempty" norman:"required"`
Corp string `json:"corp,omitempty" norman:"required"`
RecipientType string `json:"recipientType,omitempty" norman:"required,options=tag|party|user,default=party"`
APIURL string `json:"apiUrl,omitempty"`
*HTTPClientConfig
}