k3s/pkg/client
Eric Tune 00c05053b7 Rename ListPods methods to List.
For greater similarity to pkg/client.
Does not cover registry's ListPods.
Fix an example in a comment.
2015-01-09 23:46:02 -08:00
..
cache Rename ListPods methods to List. 2015-01-09 23:46:02 -08:00
clientcmd change everything to use new util/errors 2015-01-08 22:10:03 -08:00
record Shorten client/record test by changing default value 2015-01-09 13:16:30 -05:00
testdata Added test cases for NewKubeletClient with TLS enabled 2014-12-18 00:57:33 -08:00
client.go Improve serialization round trip test and add v1beta3 2015-01-08 12:44:28 -05:00
client_test.go Merge pull request #3195 from lavalamp/numericWire 2015-01-07 16:15:52 -08:00
conditions.go Add a rollingupdate lib and command to kubectl 2015-01-06 17:29:05 -08: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 Rename ListPods methods to List. 2015-01-09 23:46:02 -08:00
endpoints.go Update references from Path() to the appropriate segment use 2014-12-29 15:38:52 -05:00
events.go Update references from Path() to the appropriate segment use 2014-12-29 15:38:52 -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 Make RESTClient more generic to API version, simplify version handling 2015-01-07 18:03:34 -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 don't require config.Version for IsConfigTransportTLS 2015-01-08 13:53:57 -05:00
helper_test.go don't require config.Version for IsConfigTransportTLS 2015-01-08 13:53:57 -05: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 Merge pull request #2958 from rajdeepd/master 2014-12-29 11:47:47 -08:00
minions.go Make RESTClient more generic to API version, simplify version handling 2015-01-07 18:03:34 -05:00
pods.go Rename ListPods methods to List. 2015-01-09 23:46:02 -08:00
replication_controllers.go Update references from Path() to the appropriate segment use 2014-12-29 15:38:52 -05:00
request.go Client should not include ns/ for non-namespaced calls in v1beta3 2015-01-08 12:44:07 -05:00
request_test.go Client should not include ns/ for non-namespaced calls in v1beta3 2015-01-08 12:44:07 -05:00
restclient.go Make RESTClient more generic to API version, simplify version handling 2015-01-07 18:03:34 -05:00
restclient_test.go Enable v1beta3 API via --runtime_config=api/v1beta3 flag 2015-01-08 13:01:24 -05:00
services.go Update references from Path() to the appropriate segment use 2014-12-29 15:38:52 -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