..
cache
Make endpoint controller use framework
2015-04-17 15:21:51 -07:00
chaosclient
Add a transport that can simulate random network errors
2015-04-11 13:20:48 -04:00
clientcmd
Merge pull request #6680 from deads2k/deads-change-kubeconfig-chain
2015-04-16 13:57:31 -07:00
metrics
Add metrics to REST client
2015-04-03 14:42:06 +02:00
portforward
Fixes an issue with hosts having an IPv6 address on localhost
2015-04-22 22:20:51 +02:00
record
Removing some references to v1beta1 from test code
2015-04-08 17:28:06 -07:00
remotecommand
Fixing a lot of string formatting issues with regards to:
2015-03-31 16:47:10 -07:00
testclient
Added field selector for listing pods.
2015-04-21 06:33:28 -07:00
testdata
Added test cases for NewKubeletClient with TLS enabled
2014-12-18 00:57:33 -08:00
client.go
Add "componentstatus" to API for easier cluster health check.
2015-04-17 11:58:23 -07:00
client_test.go
Clients should not check conditions, UpdateStatus() is inconsistent
2015-03-25 16:25:04 -04:00
componentstatuses.go
Add "componentstatus" to API for easier cluster health check.
2015-04-17 11:58:23 -07:00
conditions.go
Add a rollingupdate lib and command to kubectl
2015-01-06 17:29:05 -08:00
containerinfo.go
Rename cAdvisor info API to cadvisorApi
2015-03-06 16:06:38 -08:00
containerinfo_test.go
Rename cAdvisor info API to cadvisorApi
2015-03-06 16:06:38 -08:00
doc.go
Rename ListPods methods to List.
2015-01-09 23:46:02 -08:00
endpoints.go
Add Delete method to endpoints client.
2015-04-17 14:55:19 -07:00
endpoints_test.go
Implement multi-port endpoints
2015-03-27 12:36:32 -07:00
events.go
compute query parameter names in the client.
2015-04-06 16:54:26 -07:00
events_test.go
Updating unit tests for pkg/client so that they pass with v1beta3 api
2015-03-24 18:54:02 -07:00
fake.go
Create a new testclient package that can be backed by disk files
2015-04-07 14:56:15 -04:00
flags.go
Performance change to option enable client.QPS, client.Burst
2015-04-10 07:53:54 -05:00
flags_test.go
Performance change to option enable client.QPS, client.Burst
2015-04-10 07:53:54 -05:00
helper.go
Allow client.Config to wrap the underyling Transport
2015-04-11 13:20:48 -04:00
helper_test.go
Performance change to option enable client.QPS, client.Burst
2015-04-10 07:53:54 -05:00
kubelet.go
Remove nodeinfo endpoint from kubelet
2015-04-10 15:47:32 -04:00
kubelet_test.go
Changed PodInfo to be a list
2015-03-26 10:15:25 +01:00
limit_ranges.go
compute query parameter names in the client.
2015-04-06 16:54:26 -07:00
limit_ranges_test.go
Updating unit tests for pkg/client so that they pass with v1beta3 api
2015-03-24 18:54:02 -07:00
namespaces.go
compute query parameter names in the client.
2015-04-06 16:54:26 -07:00
namespaces_test.go
Updating unit tests for pkg/client so that they pass with v1beta3 api
2015-03-24 18:54:02 -07:00
nodes.go
FieldSelector for node List()
2015-04-10 12:53:16 +02:00
nodes_test.go
FieldSelector for node List()
2015-04-10 12:53:16 +02:00
persistentvolume_test.go
Added PV & PVC client tests
2015-04-13 10:10:52 -04:00
persistentvolumeclaim.go
Adding missing UpdateStatus methods to client
2015-04-13 10:10:52 -04:00
persistentvolumeclaim_test.go
Added PV & PVC client tests
2015-04-13 10:10:52 -04:00
persistentvolumes.go
Adding missing UpdateStatus methods to client
2015-04-13 10:10:52 -04:00
pods.go
Added field selector for listing pods.
2015-04-21 06:33:28 -07:00
pods_test.go
Added field selector for listing pods.
2015-04-21 06:33:28 -07:00
replication_controllers.go
compute query parameter names in the client.
2015-04-06 16:54:26 -07:00
replication_controllers_test.go
Updating unit tests for pkg/client so that they pass with v1beta3 api
2015-03-24 18:54:02 -07:00
request.go
Merge pull request #6881 from nikhiljindal/errHandle
2015-04-16 16:44:17 -07:00
request_test.go
Reorganized Request.DoRaw() to guarantee streams are closed
2015-04-10 01:10:35 -04:00
resource_quotas.go
compute query parameter names in the client.
2015-04-06 16:54:26 -07:00
resource_quotas_test.go
Clients should not check conditions, UpdateStatus() is inconsistent
2015-03-25 16:25:04 -04:00
restclient.go
Performance change to option enable client.QPS, client.Burst
2015-04-10 07:53:54 -05:00
restclient_test.go
Updating components to use v1beta3
2015-04-03 15:19:14 -07:00
secrets.go
Make secrets client honor namespace
2015-04-13 21:17:09 -04:00
services.go
Make client service requests use the default timeout now that external
2015-04-15 18:37:53 +00:00
services_test.go
Updating unit tests for pkg/client so that they pass with v1beta3 api
2015-03-24 18:54:02 -07:00
transport.go
Split TLS loading to allow 3rd parties to load keys easily
2015-02-19 20:54:21 -05:00
transport_test.go
Set a default user agent on all client.Client calls
2015-02-04 17:45:53 -05:00