GET availablepackages "Not supported yet" #5790
Unanswered
xingyunyang01
asked this question in
Q&A
Replies: 1 comment
-
If you're using the REST API, then yes, you'll need to provide the namespace as a query param there, such as "?context.namespace=default" . This is described in the swagger documentation available in-app. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I called API "GET http://172.32.1.21:32666/apis/plugins/helm/packages/v1alpha1/availablepackages", it response
{
"code": 12,
"message": "Not supported yet: not including a namespace means that it returns everything a user can read"
}
I don't know how do I need to call
Beta Was this translation helpful? Give feedback.
All reactions