-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Feat: Add Webex in Global Config #7632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Add Webex in Global Config #7632
Conversation
| // It requires Alertmanager >= v0.25.0. | ||
| // +kubebuilder:validation:Pattern:="^(http|https)://.+$" | ||
| // +optional | ||
| APIURL *string `json:"apiURL,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @nutmos I guess this needs to be changed to *URL as in https://github.com/prometheus-operator/prometheus-operator/blob/main/pkg/apis/monitoring/v1beta1/alertmanager_config_types.go#L657
9b5ffb6 to
dedc355
Compare
|
@simonpasquier @heliapb Please review this PR for the next one. |
Co-authored-by: Simon Pasquier <[email protected]>
|
@simonpasquier @heliapb Could you pleaes review it again? |
|
@simonpasquier @slashpai Anyone available for review please? |
simonpasquier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Description
Add global config support in the alert manager for Webex.
Type of change
What type of changes does your code introduce to the Prometheus operator? Put an
xin the box that apply.CHANGE(fix or feature that would cause existing functionality to not work as expected)FEATURE(non-breaking change which adds functionality)BUGFIX(non-breaking change which fixes an issue)ENHANCEMENT(non-breaking change which improves existing functionality)NONE(if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)Verification
Using unit tests for validation
Changelog entry