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
If you have a crd with a plural that is not as simple as most e.g. Repositories and the singular is Repository
When you make a call using the client kubeClient.apis['apiGroupHere']['apiVersion'] to find the crd
it will return Repositorie not Repository
This my opinion this is a pretty bad bug
Using standard api calls using postman for example work perfectly fine
The text was updated successfully, but these errors were encountered:
If you have a crd with a plural that is not as simple as most e.g.
Repositories
and the singular isRepository
When you make a call using the client
kubeClient.apis['apiGroupHere']['apiVersion']
to find the crdit will return
Repositorie
notRepository
This my opinion this is a pretty bad bug
Using standard api calls using postman for example work perfectly fine
The text was updated successfully, but these errors were encountered: