kubernetes/pkg/client/unversioned
Jerzy Szczepkowski 6998247e1b Implemented removal of Deployments, Daemons & HorizontalPodAutoscalers when Namespace is removed.
Implemented removal of Deployments, Daemons & HorizontalPodAutoscalers when Namespace is removed. Added unittest. Fixes #12735.
2015-09-09 10:59:43 +02:00
..
auth Get the unversioned client to build 2015-08-18 10:03:19 -07:00
cache refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -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
record Get the unversioned client to build 2015-08-18 10:03:19 -07:00
remotecommand Various exec fixes 2015-09-04 10:40:53 -04:00
testclient Implemented removal of Deployments, Daemons & HorizontalPodAutoscalers when Namespace is removed. 2015-09-09 10:59:43 +02: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_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
daemon.go move daemon controller to the experimental api 2015-08-27 11:47:35 -07:00
debugging.go Moving client libs to unversioned dir 2015-08-18 10:03:19 -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 Fixes the experimental api, which appeared to be completely broken. 2015-09-03 21:56:45 -05: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 Remove external function setting Kubelet flags 2015-08-19 13:20:41 +02: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 Fixes the experimental api, which appeared to be completely broken. 2015-09-03 21:56:45 -05: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 Added ProxyGet method to services client. 2015-08-26 16:38:13 +02: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