You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: IKubernetesClient.Get<> not retrieving namespaced resources due to parameter swap (#511)
While using the latest version of KubeOps,KubernetesClient, I've noticed
that retrieval of kubernetes resources (ConfigMaps and a Deployment) was
not working when passing a namespace.
After further investigation, I've noticed that the underlying
`GenericClient<>.ReadNamespacedAsync()` function had swapped parameters
which was causing retrieval of resources to fail.
0 commit comments