java icon indicating copy to clipboard operation
java copied to clipboard

Return JSON format for CRD API

Open 025nju opened this issue 3 years ago • 0 comments
trafficstars

Like getting pod list, creating pod, is there method to return json response with http status included? Can't find any. Currently it's converted to V1PodList or V1Pod, from ApiResponse. Sometimes we need this client work in the middle, so all data in ApiResponse will be necessary for relaying to the real requester. Thanks in advance.

025nju avatar Oct 13 '22 02:10 025nju