kubernetes/pkg/registry/core/service
Kubernetes Submit Queue da549596c4 Merge pull request #49534 from smarterclayton/separate_proxy
Automatic merge from submit-queue

Support exec/attach/portforward in `kubectl proxy`

Use the UpgradeAwareProxy shared code in kubectl proxy. Provide a separate transport for those requests that does not have HTTP/2 enabled. Refactor the code to be a bit cleaner in places and to better separate changes.

Fixes #32026

```release-note
`kubectl proxy` will now correctly handle the `exec`, `attach`, and `portforward` commands.  You must pass `--disable-filter` to the command in order to allow these endpoints.
```
2017-08-09 09:53:35 -07:00
..
allocator autogenerated 2017-04-14 10:40:57 -07:00
ipallocator Add unit test case for initClusterIP and updateNodePort 2017-06-28 09:35:12 +08:00
portallocator Add unit test case for initClusterIP and updateNodePort 2017-06-28 09:35:12 +08:00
storage convert default predicates to use the default 2017-08-07 09:05:17 -04:00
BUILD convert default predicates to use the default 2017-08-07 09:05:17 -04:00
doc.go move core resource registry packages 2016-09-21 10:11:50 -04:00
proxy.go React to changes in UpgradeAwareProxy 2017-08-04 12:48:20 -04:00
registry.go Grow signature for predicate attributes to include init status 2017-06-02 22:09:04 -04:00
rest_test.go Merge pull request #48418 from xiangpengzhao/refactor-create-svc 2017-07-22 02:05:21 -07:00
rest.go Merge pull request #48418 from xiangpengzhao/refactor-create-svc 2017-07-22 02:05:21 -07:00
strategy_test.go convert default predicates to use the default 2017-08-07 09:05:17 -04:00
strategy.go convert default predicates to use the default 2017-08-07 09:05:17 -04:00