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
list_custom_object_for_all_namespaces calls endpoint /apis/{group}/{version}/{plural} to get custom objects in all namespaces.
Although list_custom_object_for_all_namespaces and list_cluster_custom_object happens to talk to the same API endpoint, it may be better to have a list_custom_object_for_all_namespaces method for documentation purpose. kubernetes-client/java#941 (comment) is the right way to fix this issue. Since this issue affects multiple clients, would you mind filing an issue in https://github.com/kubernetes-client/gen about fixing the openapi spec?