mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
Update the proxy server.
This commit is contained in:
@@ -147,7 +147,7 @@ func (r *Request) Body(obj interface{}) *Request {
|
||||
return r
|
||||
}
|
||||
|
||||
// Format and execute the request.
|
||||
// Format and xecute the request. Returns the API object received, or an error.
|
||||
func (r *Request) Do() Result {
|
||||
if r.err != nil {
|
||||
return Result{err: r.err}
|
||||
|
Reference in New Issue
Block a user