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:
parent
7be993457c
commit
a5fcd85b72
1
apis/management.cattle.io/v3/alerting_types.go
Normal file → Executable file
1
apis/management.cattle.io/v3/alerting_types.go
Normal file → Executable 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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user