Skip to content

GenericClient.WatchAsync/WatchNamespacedAsync ignore method parameters #1499

Closed
@alex-zyl

Description

@alex-zyl

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 watcher

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions