Kubernetes Submit Queue
4ff9234eec
Merge pull request #44908 from suyogbarve/proxybug
...
Automatic merge from submit-queue
allow kubectl proxy to handle specified reject methods and default to…
What this PR does / why we need it:
"kubect proxy" command had a bug and was not supporting feature to reject http methods
--reject-methods='POST,PUT,PATCH'
this was due to missing filter for RejectMethods in kubectl/cmd/proxy.go
This PR adds the desired flag, however to retain the current behaviour of "kubectl proxy" the Default Rejected methods are changed from 'POST,PUT,PATCH' to '^$' i.e. none.
Issue not created and no existing issue found
2017-05-03 08:55:18 -07:00
..
2017-05-03 08:55:18 -07:00
2017-04-14 10:40:57 -07:00
2017-04-28 01:34:07 -03:00
2017-04-18 20:44:25 +08:00
2017-04-14 10:40:57 -07:00
2017-01-11 09:09:48 -05:00
2017-02-07 22:25:28 -05:00
2017-04-28 01:34:07 -03:00
2017-01-17 16:17:19 -05:00
2017-01-17 16:17:19 -05:00
2017-03-29 16:05:23 -07:00
2017-03-08 07:58:01 -08:00
2017-04-24 21:26:32 +08:00
2017-03-10 12:08:01 +01:00
2017-03-10 12:08:01 +01:00
2017-03-08 07:58:01 -08:00
2017-01-11 09:09:48 -05:00
2017-01-11 09:09:48 -05:00
2017-04-07 14:09:23 +08:00
2017-01-20 08:04:53 -05:00
2017-03-01 14:40:56 +08:00
2017-01-17 16:17:19 -05:00
2017-01-11 09:09:48 -05:00
2017-01-25 17:32:22 -08:00
2017-01-30 12:46:59 -05:00
2017-04-29 21:10:52 -05:00
2017-04-29 21:10:52 -05:00
2017-01-17 16:17:19 -05:00
2017-01-11 09:09:48 -05:00
2017-02-23 00:28:32 -05:00
2017-03-29 16:36:22 +08:00
2017-03-29 16:05:23 -07:00
2017-04-07 14:09:23 +08:00
2017-04-11 15:49:11 -07:00
2017-04-17 11:38:11 -07:00
2017-04-22 17:18:09 +02:00
2017-04-22 17:18:09 +02:00
2017-03-10 12:08:01 +01:00
2017-03-10 12:08:01 +01:00
2017-01-26 13:54:40 -05:00
2017-03-01 15:14:41 +01:00
2017-02-27 17:13:08 -05:00
2017-02-27 17:13:08 -05:00
2017-01-24 08:59:18 -05:00
2017-01-11 09:09:48 -05:00
2017-03-08 07:58:01 -08:00
2017-04-25 10:47:50 +08:00
2017-01-30 12:46:59 -05:00
2017-01-30 12:46:59 -05:00
2017-02-07 11:33:41 -08:00
2017-02-07 11:33:41 -08:00
2017-01-17 16:17:19 -05:00
2017-01-11 09:09:48 -05:00
2017-04-11 08:44:16 -04:00
2017-02-28 07:50:44 +01:00
2017-04-07 14:09:23 +08:00
2017-04-07 14:09:23 +08:00
2016-12-14 12:39:49 -08:00