k3s/pkg/kubectl
Clayton Coleman 2151afe334 Allow kubectl get to fetch multiple resource types
Like Delete, which can now run over multiple types:

    kubectl delete pods,services -l name=foo

Get should be able to span items for label selection

    kubectl get pods,services -l name=foo
2015-01-09 13:30:14 -05:00
..
cmd Allow kubectl get to fetch multiple resource types 2015-01-09 13:30:14 -05:00
resource Move Resource functionality to its own package 2015-01-09 11:59:06 -05:00
describe.go Issue 2948: fix "kubectl get events" result not sorted 2014-12-18 11:02:12 -08:00
describe_test.go Add EventSource to api to have both Component and Host information. 2015-01-06 16:08:20 -08:00
doc.go kubectl: kubecfg rewrite for better modularity and improved UX 2014-10-15 15:29:54 -07:00
interfaces.go Allow Create/Update/Delete kubectl commands to handle arbitrary objects 2014-11-04 10:44:56 -05:00
kubectl.go Make expandResourceShortcuts part of RESTMapper on client 2015-01-09 11:59:11 -05:00
kubectl_test.go add utility for binding flags and building api server clients 2014-11-26 07:50:51 -05:00
proxy_server.go Replace custom proxy with httputil.ReverseProxy for kubecfg/kubectl. 2014-10-21 18:52:18 +01:00
proxy_server_test.go Replace custom proxy with httputil.ReverseProxy for kubecfg/kubectl. 2014-10-21 18:52:18 +01:00
resource_printer.go Allow kubectl get to fetch multiple resource types 2015-01-09 13:30:14 -05:00
resource_printer_test.go Allow kubectl get to fetch multiple resource types 2015-01-09 13:30:14 -05:00
rolling_updater.go Add a rollingupdate lib and command to kubectl 2015-01-06 17:29:05 -08:00
rolling_updater_test.go Add a rollingupdate lib and command to kubectl 2015-01-06 17:29:05 -08:00
sorted_event_list.go Issue 2948: fix "kubectl get events" result not sorted 2014-12-18 11:02:12 -08:00
sorted_event_list_test.go Add EventSource to api to have both Component and Host information. 2015-01-06 16:08:20 -08:00
version.go kubectl: kubecfg rewrite for better modularity and improved UX 2014-10-15 15:29:54 -07:00
watchloop.go Allow kubectl get to fetch multiple resource types 2015-01-09 13:30:14 -05:00