events for TypedConfig parsing#1646
Conversation
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
Learn more about:
|
There was a problem hiding this comment.
Pull Request Overview
This PR adds documentation for two new KEDAScalerInfo events related to TypedConfig parsing validation, which notify users about deprecated fields and unexpected parameters in scalers. The changes also update the Kubernetes Events API documentation link to a current version.
- Adds
KEDAScalerInfoevent for deprecated field detection - Adds
KEDAScalerInfoevent for unexpected parameter detection (controlled byKEDA_CHECK_UNEXPECTED_SCALERS_PARAMS) - Updates Kubernetes Events API reference link from v1.19 to current version
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| content/docs/2.19/reference/events.md | Updates events table with new KEDAScalerInfo events and modernized API link |
| content/docs/2.18/reference/events.md | Backports the same event documentation updates to version 2.18 |
Comments suppressed due to low confidence (2)
content/docs/2.18/reference/events.md:1
- Extra trailing space in 'Normal ' should be removed.
content/docs/2.18/reference/events.md:1 - Missing closing backtick after 'Warning'.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
7f7192a to
56f4d59
Compare
Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
56f4d59 to
22f7f31
Compare
see also kedacore/keda#7191
Checklist