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

Get resource version first #187

Merged
merged 3 commits into from
Oct 23, 2022
Merged

Get resource version first #187

merged 3 commits into from
Oct 23, 2022

Conversation

mruoss
Copy link
Collaborator

@mruoss mruoss commented Oct 23, 2022

K8s.Client.watch_and_stream/2 first has to query the resource version of the resource list to watch. This was done first thing inside the Stream resource. However, in order to start the watch as early as possible and not miss any events, the resource version has to be queried first and passed to the initial state of the Stream resource.


Requirements for all pull requests

  • Entry in CHANGELOG.md was created

@mruoss mruoss merged commit 2fc8259 into develop Oct 23, 2022
@mruoss mruoss deleted the get-resource-version-first branch October 23, 2022 20:48
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.

None yet

1 participant