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

fix(storage): add resourceVersion to list #51

Merged

Conversation

fabriziosestito
Copy link
Collaborator

@fabriziosestito fabriziosestito commented Dec 2, 2024

When using resources exposed by the storage component with kube-rs watch we realized that the client expected a resourceVersion set for the list objects.
This PR adds a resourceVersion to the list.

Note that this is a quick fix. We will need to work on the pagination in the future and implement a proper `resourceVersion; see: #52

@fabriziosestito fabriziosestito added bug Something isn't working storage labels Dec 2, 2024
@fabriziosestito fabriziosestito self-assigned this Dec 2, 2024
@flavio flavio merged commit a9b73d5 into rancher-sandbox:main Dec 2, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working storage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants