k3s/pkg
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
..
admission
api Merge pull request #37934 from xilabao/improve-the-result-of-checking-role-name 2016-12-11 21:08:01 -08:00
apimachinery
apis refactor: generated 2016-12-10 18:05:53 -05:00
apiserver Update bazel 2016-12-09 16:26:06 -05:00
auth Add verbs to APIResource for discovery 2016-12-05 12:36:04 +01:00
capabilities
client Merge pull request #38570 from smarterclayton/cleanup_body_logging 2016-12-12 01:24:04 -08:00
cloudprovider providers: Remove long-deprecated Instances.List() 2016-12-10 22:36:12 +11:00
controller Merge pull request #38595 from yarntime/fix_typo_storage 2016-12-11 22:14:21 -08:00
conversion refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
credentialprovider Add an azure container registry credential provider. 2016-12-08 21:38:11 -08:00
dns GetOptions in client calls 2016-12-09 09:42:01 +01:00
fieldpath Merge pull request #37424 from timchenxiaoyu/master 2016-12-08 04:39:24 -08:00
fields
generated Merge pull request #38451 from liggitt/remove-internal-openapi 2016-12-09 13:22:16 -08:00
genericapiserver Refactor REST storage to use generic defaults 2016-12-08 17:24:21 -05:00
healthz
httplog
hyperkube
kubectl Sorting printer changed 2016-12-10 18:07:33 -05:00
kubelet Merge pull request #38527 from derekwaynecarr/reduce-max-wait-time 2016-12-11 20:29:19 -08:00
kubemark
labels
master Merge pull request #38371 from wojtek-t/get_options_in_client 2016-12-09 04:12:09 -08:00
metrics
probe
proxy Merge pull request #37429 from andrewsykim/fix-kube-proxy-node-ip-warning 2016-12-08 03:55:17 -08:00
quota Ability to quota storage by storage class 2016-12-09 13:26:59 -05:00
registry Make thirdpartyresource encode objectmeta correctly 2016-12-09 16:26:05 -05:00
routes
runtime refactor: generated 2016-12-10 18:05:53 -05:00
security
securitycontext
selection
serviceaccount
ssh
storage Merge pull request #38406 from liggitt/remove-internal-json-annotations 2016-12-10 14:00:17 -08:00
types
util Merge pull request #31353 from juanvallejo/jvallejo_fix-duplicate-errors-kubectl-set-env 2016-12-10 14:57:43 -08:00
version
volume Merge pull request #38378 from obnoxxx/glusterfs-gid-checks 2016-12-09 09:31:09 -08:00
watch
OWNERS