OpenAPITools / OpenAPITools/openapi-generator
[REQ] Feature Request Description
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Is your feature request related to a problem? Please describe.
Hi, I m using kubernetes/c-client.
I need to result of below command.
"curl -g --cacert ${CACERT} --header "Authorization: Bearer ${TOKEN}" -X GET https://[${KUBERNETES_SERVICE_HOST}]:${KUBERNETES_SERVICE_PORT}/api/v1/nodes/${NODE_NAME}/proxy/summary"
But I can't find api in the CoreV1API, Related Node Api.
How can I use this api?
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining the requested Kubernetes /api/v1/nodes/${NODE_NAME}/proxy/summary endpoint and the generated CoreV1API. Compare the curl request with the available node-related API methods. Done means the endpoint is available through the client or its supported usage is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, kubernetes
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100