k3s/pkg/client
Salvatore Dario MINONNE 61ac2f7437 kubectl delete command: adding labelSelector
Add a Visitor pattern on top of ResourcesFromArgs

Allows ResourcesFromArgs to return an opaque list of items and have client
commands react to them.

Change request.go to return apiserver errors for arbitrary status codes to
better respond to generic actions that don't make sense (kubectl delete operations foo)
2014-12-17 18:15:03 +00:00
..
cache Log ErrUnexpectedEOF from watches as warnings 2014-12-05 15:03:07 -05:00
clientcmd add utility for binding flags and building api server clients 2014-11-26 07:50:51 -05:00
record Rename Event.Status to Event.Condition to match v1beta3 agreement 2014-12-16 09:43:10 -05:00
client.go Rename client Minions->Nodes, select the correct path for v1beta3 2014-12-10 12:08:19 -05:00
client_test.go require names for gets 2014-12-11 11:21:40 -05:00
conditions.go Remaining refactor for PodTemplateSpec and fixing test cases 2014-11-11 17:03:20 -05:00
containerinfo.go Retrieve machine spec from cAdvisor 2014-07-17 15:21:47 -07:00
containerinfo_test.go Stop httptest server. 2014-10-30 21:37:08 -04:00
doc.go Refactor the client (again) to better support auth 2014-10-01 15:23:37 -04:00
endpoints.go require names for gets 2014-12-11 11:21:40 -05:00
events.go require names for gets 2014-12-11 11:21:40 -05:00
events_test.go Rename Event.Status to Event.Condition to match v1beta3 agreement 2014-12-16 09:43:10 -05:00
fake.go Rename client Minions->Nodes, select the correct path for v1beta3 2014-12-10 12:08:19 -05:00
fake_endpoints.go Update fake.go for client interface changes 2014-10-24 11:47:30 -04:00
fake_events.go fix up event client for namespaces 2014-11-14 09:43:28 -08:00
fake_minions.go Rename client Minions->Nodes, select the correct path for v1beta3 2014-12-10 12:08:19 -05:00
fake_pods.go Refactor Get and Describe to allow extension of types 2014-11-04 10:44:56 -05:00
fake_replication_controllers.go Update fake.go for client interface changes 2014-10-24 11:47:30 -04:00
fake_services.go Refactor Get and Describe to allow extension of types 2014-11-04 10:44:56 -05:00
fake_test.go Replace pkg/kubecfg#FakeKubeClient with the fake in pkg/client 2014-08-15 17:15:53 -04:00
flags.go add utility for binding flags and building api server clients 2014-11-26 07:50:51 -05:00
flags_test.go Add test coverage and fix a few minor problems 2014-10-29 14:08:37 -04:00
helper.go Rename client Minions->Nodes, select the correct path for v1beta3 2014-12-10 12:08:19 -05:00
helper_test.go Rename Secure -> TLS; we may use TLS insecurely. 2014-11-13 21:42:36 -08:00
kubelet.go Fix the kubelet uses api encode/decode by actually adding PodContainerInfo to v1beta1 2014-12-15 11:38:55 -08:00
kubelet_test.go Revert "Revert "Add an api object for the kubelet, and a versioned endpoint."" 2014-12-15 09:29:04 -08:00
minions.go require names for gets 2014-12-11 11:21:40 -05:00
pods.go require names for gets 2014-12-11 11:21:40 -05:00
replication_controllers.go require names for gets 2014-12-11 11:21:40 -05:00
request.go kubectl delete command: adding labelSelector 2014-12-17 18:15:03 +00:00
request_test.go fix 'go vet' warnings 2014-11-21 09:45:28 +08:00
restclient.go Make client.Request more testable, break coupling with RESTClient 2014-10-28 23:00:24 -04:00
restclient_test.go Stop httptest server. 2014-10-30 21:37:08 -04:00
services.go require names for gets 2014-12-11 11:21:40 -05:00
transport.go Bump minimum TLS version from SSLv3 to TLSv1.0 2014-12-10 09:13:15 -05:00
transport_test.go Fix format specifiers in Printf-type functions. 2014-10-09 17:06:32 -07:00