kubernetes/pkg/kubectl/cmd/util
Kubernetes Submit Queue 187e6ab0bc Merge pull request #50254 from liggitt/revert-disk-cache
Automatic merge from submit-queue (batch tested with PRs 50254, 50174, 50179)

Revert "Merge pull request #47353 from apelisse/http-cache"

Some issues were discovered with the caching merged in #47353:
* uses a disk-based cache that is not safe between processes (does not use atomic fs operations)
* writes get/list responses to disk that should not be cached (like `kubectl get secrets`)
* is vulnerable to partially written cache responses being used as responses to future requests
* breaks uses of the client transport that make use of websockets
* defaults to enabling the cache for any client builder using RecommendedConfigOverrideFlags or DefaultClientConfig which affects more components than just kubectl

This reverts commit fc89743dca, reversing changes made to 29ab38e898.
2017-08-08 04:02:51 -07:00
..
editor Merge pull request #46091 from xilabao/new-output-in-edit 2017-07-16 18:04:42 -07:00
jsonmerge Introduce visibility rules to kubernetes code. 2017-05-15 12:50:56 -07:00
openapi Revert "Merge pull request #47353 from apelisse/http-cache" 2017-08-07 16:20:34 -04:00
sanity More cli sanity verifications 2017-05-18 15:44:49 -03:00
BUILD Auto generated files 2017-07-26 06:22:30 +05:30
cached_discovery_test.go openapi: Fetch protobuf rather than Json 2017-06-23 13:50:50 -07:00
cached_discovery.go openapi: Fetch protobuf rather than Json 2017-06-23 13:50:50 -07:00
clientcache.go Converted usage of federation internal clientset to versioned clientset 2017-07-26 06:20:08 +05:30
factory_builder.go fix --local flag for kubectl set commands 2017-06-13 12:57:05 -04:00
factory_client_access.go Converted usage of federation internal clientset to versioned clientset 2017-07-26 06:20:08 +05:30
factory_object_mapping_test.go remove registry from testing/fixture.go; update client-gen to not use 2017-05-04 11:30:51 -07:00
factory_object_mapping.go Revert "Merge pull request #47353 from apelisse/http-cache" 2017-08-07 16:20:34 -04:00
factory_test.go add cronjobs to all 2017-07-21 10:56:26 -04:00
factory.go Revert "Merge pull request #47353 from apelisse/http-cache" 2017-08-07 16:20:34 -04:00
helpers_test.go update import 2017-07-20 11:03:49 -07:00
helpers.go Merge pull request #50254 from liggitt/revert-disk-cache 2017-08-08 04:02:51 -07:00
printing.go make sure that the template param is the right type before using it 2017-07-18 13:48:29 -04:00
shortcut_restmapper_test.go Use storage.v1 instead of v1beta1 2017-04-25 10:13:38 +02:00
shortcut_restmapper.go move category expansion out of restmapper 2017-03-27 13:54:05 -04:00