list namespaced crd objects using crd yaml without global crd reading permission #1777
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
similiar to issue 740, which deals with creating. but now i'm listing.
What is the feature and why do you need it:
In certain circumstances, the servcie account doesn't have read permission to read global crd, but we already have crd yaml locally. and i want to list namespaced cr objects.
won't work because it tries to read global crd via k8s api first(no permission).
Describe the solution you'd like to see:
We have similiar issue with java client and we have some working code like this:
The text was updated successfully, but these errors were encountered: