Created by: redixin
Add request info to ApiException
Sample exception:
kubernetes.client.exceptions.ApiException: (404)
Reason: Not Found
HTTP response headers: HTTPHeaderDict(......)
HTTP response body: b'404 page not found\n'
HTTP request method: GET
HTTP request url: https://10.7.1.3:8443/apis/example.com/v1alpha1/namespaces/default/invalid
HTTP request headers: {'Accept': 'application/json', ......}
Fixes #13214