Skip to content
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

Support for sendInitialEvents flag on watches. #598

Merged
merged 3 commits into from
May 31, 2024

Conversation

monktastic
Copy link
Contributor

  • Allow user to set sendInitialEvents (supported in k8s 1.28+).
  • Parse Error events properly.
  • Change HTTP read timeout to infinity, to reduce the chances that the stream gets closed and reopened (possibly with a too-old resourceVersion).
  • Add a test for ResourceClient.

vigoo
vigoo previously approved these changes May 29, 2024
@monktastic monktastic force-pushed the aditpras/sendInitialEvents branch 2 times, most recently from 36f0a0b to 7cceb6f Compare May 29, 2024 14:36
- Change HTTP read timeout to infinity, to reduce the chances that the stream gets closed and reopened (possibly with a too-old resourceVersion).
- Add a test for ResourceClient.
vigoo
vigoo previously approved these changes May 30, 2024
@monktastic
Copy link
Contributor Author

Hi @vigoo, I don't have permission to merge ("Only those with write access to this repository can merge pull requests."). How should we proceed?

- Adding a missing case match for ErrorEvent.
- Passing parameters that were missed in Resource.scala.
@vigoo vigoo merged commit ed3b7ba into coralogix:master May 31, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants