Kubernetes Submit Queue
d6967f358e
Merge pull request #63254 from liggitt/api-resources
...
Automatic merge from submit-queue (batch tested with PRs 60890, 63244, 60741, 63254). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>.
Add name output and verb filtering to api-resources
This allows `kubectl api-resources -o name` to be used as input to `kubectl get ...`
to see all resources still existing in a given namespace:
Example:
```sh
kubectl api-resources --verbs=list --namespaced -o name | xargs -n 1 kubectl get -o name -n foo
```
Release note:
```release-note
`kubectl api-resources` now supports filtering to resources supporting specific verbs, and can output fully qualified resource names suitable for combining with commands like `kubectl get`
```
2018-04-27 17:43:13 -07:00
..
2018-03-21 12:44:37 -07:00
2017-10-26 13:37:37 -07:00
2018-02-07 21:14:19 -08:00
2018-02-28 22:05:52 -08:00
2018-04-24 00:42:09 -07:00
2018-04-27 12:36:28 -04:00
2018-04-06 13:14:13 -07:00
2018-01-18 15:29:27 -08:00
2018-04-25 15:02:48 -04:00
2018-02-23 09:33:14 +08:00
2016-12-10 01:15:30 -08:00
2018-04-23 22:45:24 -07:00
2016-07-12 21:52:54 -07:00
2018-03-21 22:39:12 -07:00
2017-11-25 13:36:13 +08:00
2016-12-15 10:35:16 -07:00
2016-12-15 10:35:16 -07:00
2016-12-14 13:42:15 -08:00
2018-03-07 11:27:56 -08:00
2017-09-19 18:10:21 +05:30
2018-03-07 11:27:56 -08:00
2018-04-25 09:47:14 -07:00
2017-10-26 13:37:37 -07:00
2018-04-13 11:12:10 +02:00
2018-01-30 09:29:51 -08:00
2018-03-29 17:01:32 -07:00
2018-02-20 14:42:19 -08:00
2018-04-25 18:52:16 -04:00
2017-08-27 22:20:04 -04:00
2018-04-19 11:00:18 -07:00
2018-04-13 08:21:28 -04:00
2018-02-08 21:12:03 -08:00
2016-07-15 08:42:12 -07:00
2017-06-07 12:31:01 -04:00
2018-04-26 08:27:49 -04:00
2018-03-07 17:43:47 +08:00
2018-01-22 15:11:16 -08:00
2017-01-17 09:06:34 -05:00
2018-03-29 17:01:32 -07:00
2018-01-09 23:09:08 -08:00
2018-03-08 17:52:44 +08:00
2018-02-08 17:04:43 -08:00
2017-08-15 14:59:42 -07:00
2017-10-26 13:37:37 -07:00
2018-03-08 17:52:44 +08:00
2018-02-08 01:00:38 +00:00
2018-03-08 17:52:44 +08:00
2016-12-14 13:42:15 -08:00
2018-03-08 17:52:44 +08:00
2016-12-14 13:42:15 -08:00
2018-02-02 14:00:45 -05:00
2018-03-23 15:38:20 +02:00
2017-02-17 08:51:31 +01:00
2016-12-26 21:59:27 -08:00
2017-09-29 15:16:03 -07:00
2017-07-25 12:26:57 -07:00
2018-01-17 02:43:58 -08:00
2018-03-16 10:11:48 +02:00
2018-04-20 13:55:23 -07:00
2016-07-12 21:52:00 -07:00
2017-08-17 17:55:12 +02:00
2017-10-18 11:15:08 -07:00
2018-04-06 16:37:19 -07:00
2018-02-07 21:41:31 -08:00
2018-03-23 15:37:03 +02:00
2018-01-09 23:09:08 -08:00
2017-10-19 00:21:57 +01:00
2018-03-13 17:20:16 +08:00
2018-03-07 17:43:47 +08:00
2018-02-08 17:04:43 -08:00
2017-10-26 13:37:37 -07:00
2017-08-25 14:08:42 -07:00
2018-02-08 01:29:56 +00:00
2018-01-09 15:18:27 -08:00
2018-02-07 09:06:26 +01:00
2017-10-13 07:09:38 -04:00
2018-02-07 21:45:02 -08:00
2018-04-06 16:37:19 -07:00
2018-02-07 21:39:49 -08:00
2017-07-17 14:37:40 -07:00
2017-06-21 11:10:25 -07:00
2017-08-17 17:55:12 +02:00
2017-10-25 16:53:26 +02:00
2017-08-01 21:09:53 -07:00
2018-02-28 22:05:52 -08:00
2017-11-21 13:00:40 -08:00
2017-02-17 08:51:31 +01:00
2018-03-29 17:01:30 -07:00
2018-01-26 13:29:35 -08:00
2018-02-28 22:05:52 -08:00
2016-12-14 06:03:00 -08:00
2016-10-20 16:47:20 -04:00
2016-12-21 11:44:04 -08:00
2018-04-10 20:55:03 -07:00