Files
kubernetes/pkg/client
Kubernetes Submit Queue 9e6b090804 Merge pull request #38570 from smarterclayton/cleanup_body_logging
Automatic merge from submit-queue (batch tested with PRs 38597, 38570)

Logging request / response body should not allocate

Putting string(data) in the critical path causes an allocation which can
be very large, and happens regardless of whether logging is enabled.

Also, use the more sophisticated logging of body output that avoids
causing quoting of JSON output (current behavior is "{\"key\":...}" and
should be {"key":...} for readability).

@wojtek-t reduces large heap allocations on updates
2016-12-12 01:24:04 -08:00
..
2016-10-21 17:32:32 -07:00
2016-12-09 09:42:02 +01:00
2016-11-23 22:30:47 -06:00
2016-12-09 09:42:01 +01:00
2016-10-21 17:32:32 -07:00
2016-11-23 22:30:47 -06:00
2016-12-09 09:42:02 +01:00
2016-12-05 08:18:47 -05:00
2016-12-10 18:05:53 -05:00
2016-12-09 09:42:02 +01:00
2016-03-02 20:46:32 -05:00