Is your feature request related to a problem? Please describe.
I'm trying to watch for changes of a single entity, which I could do by specifying a fieldSelector, but IKubernetesClient doesn't support it.
Describe the solution you would like
A new optional parameter string? fieldSelector for IKubernetesClient.WatchAsync<TEntity> that is passed to the underlying client call.
Additional Context
No response
Is your feature request related to a problem? Please describe.
I'm trying to watch for changes of a single entity, which I could do by specifying a
fieldSelector, butIKubernetesClientdoesn't support it.Describe the solution you would like
A new optional parameter
string? fieldSelectorforIKubernetesClient.WatchAsync<TEntity>that is passed to the underlying client call.Additional Context
No response