We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A clear and concise description of what the bug is.
Kubernetes C# SDK Client Version 13.0.1
13.0.1
Server Kubernetes Version 1.23.0
1.23.0
Dotnet Runtime Version net8
To Reproduce
Expected behavior WatchAsync WatchNamespacedAsync Both methods accept onError callback and cancellation token as parameters but they're not later passed into underlying watcher
onError
Expected
return respTask.WatchAsync<T, T>(onError, cancellationToken);
KubeConfig not relevant
Where do you run your app with Kubernetes SDK (please complete the following information): not relevant
Additional context
The text was updated successfully, but these errors were encountered:
good catch, could you please send a pr to fix it?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
A clear and concise description of what the bug is.
Kubernetes C# SDK Client Version
13.0.1
Server Kubernetes Version
1.23.0
Dotnet Runtime Version
net8
To Reproduce
Expected behavior
WatchAsync
WatchNamespacedAsync
Both methods accept
onError
callback and cancellation token as parameters but they're not later passed into underlying watcherExpected
KubeConfig
not relevant
Where do you run your app with Kubernetes SDK (please complete the following information):
not relevant
Additional context
The text was updated successfully, but these errors were encountered: