kubernetes/pkg/client
Piotr Szczesniak 11a2dc496f Added TerminationGracePeriod field to PodSpec and grace-period flag to kubectl stop
Those are changes which touch users required by Termination Notice

Addresses #6804
2015-04-30 18:00:33 +02:00
..
cache RcManager uses informers 2015-04-28 13:45:15 -07:00
chaosclient Add a transport that can simulate random network errors 2015-04-11 13:20:48 -04:00
clientcmd Add a --raw flag to kubectl config view 2015-04-23 09:19:45 -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 Merge pull request #6718 from vishh/sys_oom1 2015-04-29 14:29:38 -07:00
remotecommand Fixing a lot of string formatting issues with regards to: 2015-03-31 16:47:10 -07:00
testclient Added TerminationGracePeriod field to PodSpec and grace-period flag to kubectl stop 2015-04-30 18:00:33 +02:00
testdata Added test cases for NewKubeletClient with TLS enabled 2014-12-18 00:57:33 -08:00
client_test.go Clients should not check conditions, UpdateStatus() is inconsistent 2015-03-25 16:25:04 -04:00
client.go Add "componentstatus" to API for easier cluster health check. 2015-04-17 11:58:23 -07: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_test.go Rename cAdvisor info API to cadvisorApi 2015-03-06 16:06:38 -08:00
containerinfo.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_test.go Implement multi-port endpoints 2015-03-27 12:36:32 -07:00
endpoints.go Add Delete method to endpoints client. 2015-04-17 14:55:19 -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
events.go compute query parameter names in the client. 2015-04-06 16:54:26 -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_test.go Performance change to option enable client.QPS, client.Burst 2015-04-10 07:53:54 -05:00
flags.go Performance change to option enable client.QPS, client.Burst 2015-04-10 07:53:54 -05:00
helper_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
kubelet_test.go Changed PodInfo to be a list 2015-03-26 10:15:25 +01:00
kubelet.go Remove nodeinfo endpoint from kubelet 2015-04-10 15:47:32 -04: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
limit_ranges.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
namespaces.go compute query parameter names in the client. 2015-04-06 16:54:26 -07:00
nodes_test.go FieldSelector for node List() 2015-04-10 12:53:16 +02:00
nodes.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_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
persistentvolumes.go Adding missing UpdateStatus methods to client 2015-04-13 10:10:52 -04:00
pods_test.go Added TerminationGracePeriod field to PodSpec and grace-period flag to kubectl stop 2015-04-30 18:00:33 +02:00
pods.go Added TerminationGracePeriod field to PodSpec and grace-period flag to kubectl stop 2015-04-30 18:00:33 +02: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
replication_controllers.go compute query parameter names in the client. 2015-04-06 16:54:26 -07:00
request_test.go Expose URL() on Request to allow building URLs 2015-04-29 23:27:13 -04:00
request.go Expose URL() on Request to allow building URLs 2015-04-29 23:27:13 -04:00
resource_quotas_test.go Clients should not check conditions, UpdateStatus() is inconsistent 2015-03-25 16:25:04 -04:00
resource_quotas.go compute query parameter names in the client. 2015-04-06 16:54:26 -07:00
restclient_test.go Removing more references to v1beta1 from pkg/ 2015-04-24 00:45:17 -07:00
restclient.go Performance change to option enable client.QPS, client.Burst 2015-04-10 07:53:54 -05:00
secrets.go Make secrets client honor namespace 2015-04-13 21:17:09 -04: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
services.go Make client service requests use the default timeout now that external 2015-04-15 18:37:53 +00:00
transport_test.go Set a default user agent on all client.Client calls 2015-02-04 17:45:53 -05:00
transport.go Split TLS loading to allow 3rd parties to load keys easily 2015-02-19 20:54:21 -05:00