kubernetes/pkg/client/unversioned
Daniel Smith 15b30b8b09 Move version agnostic parts of client
pkg/client/unversioned/cache -> pkg/client/cache
pkg/client/unversioned/record -> pkg/client/record
2015-09-10 17:17:59 -07:00
..
auth Get the unversioned client to build 2015-08-18 10:03:19 -07:00
clientcmd Get the unversioned client to build 2015-08-18 10:03:19 -07:00
portforward Fix portforward test flake with GOMAXPROCS > 1 2015-08-24 17:11:44 -04:00
remotecommand Various exec fixes 2015-09-04 10:40:53 -04:00
testclient rename expapi.Daemon to expapi.DaemonSet 2015-09-10 08:34:26 -07:00
client_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
client.go Fixes the experimental api, which appeared to be completely broken. 2015-09-03 21:56:45 -05:00
componentstatuses.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
conditions.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
containerinfo_test.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
containerinfo.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
daemon_sets_test.go rename expapi.Daemon to expapi.DaemonSet 2015-09-10 08:34:26 -07:00
daemon_sets.go rename expapi.Daemon to expapi.DaemonSet 2015-09-10 08:34:26 -07:00
debugging.go Move util.StringSet into its own package 2015-09-10 12:04:15 -07:00
deployment_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
deployment.go Adding support for deployments to unversioned client 2015-09-01 20:15:58 -07:00
doc.go Add client code 2015-08-18 12:58:50 -07:00
endpoints_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
endpoints.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
events_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
events.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
experimental.go rename expapi.Daemon to expapi.DaemonSet 2015-09-10 08:34:26 -07:00
fake.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
flags_test.go Move util.StringSet into its own package 2015-09-10 12:04:15 -07:00
flags.go Remove external function setting Kubelet flags 2015-08-19 13:20:41 +02:00
helper_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
helper.go Move util.StringSet into its own package 2015-09-10 12:04:15 -07:00
horizontalpodautoscaler_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
horizontalpodautoscaler.go Experimental client for horizontal pod autoscaler. 2015-08-19 09:39:17 +02:00
kubelet_test.go Remove unused (?) HealthCheck from KubeletClient 2015-08-19 14:35:43 +02:00
kubelet.go Remove unused (?) HealthCheck from KubeletClient 2015-08-19 14:35:43 +02:00
limit_ranges_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
limit_ranges.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
namespaces_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
namespaces.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
nodes_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
nodes.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
persistentvolume_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
persistentvolumeclaim_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
persistentvolumeclaim.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
persistentvolumes.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
pod_templates_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
pod_templates.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
pods_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
pods.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
replication_controllers_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
replication_controllers.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
request_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
request.go Move util.StringSet into its own package 2015-09-10 12:04:15 -07:00
resource_quotas_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
resource_quotas.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
restclient_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
restclient.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
scale.go Fixed kind to resource convertion in scale client. 2015-09-01 10:18:27 +02:00
secrets.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
service_accounts.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
services_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
services.go Added ProxyGet method to services client. 2015-08-26 16:38:13 +02:00
transport_test.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
transport.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00