k3s/pkg/client
Clayton Coleman f04769a595 Merge pull request #3983 from deads2k/deads-relative-paths-in-kubeconfig
resolve relative paths in kubeconfig
2015-01-30 14:45:01 -05:00
..
cache Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -05:00
clientcmd resolve relative paths in kubeconfig 2015-01-30 14:01:24 -05:00
record fix build 2015-01-14 16:12:22 -08:00
testdata Added test cases for NewKubeletClient with TLS enabled 2014-12-18 00:57:33 -08:00
client.go Introduce a ResourceQuota object 2015-01-28 15:03:19 -05:00
client_test.go add node update method to client interface 2015-01-23 16:40:33 -05: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 Use a strong type for UID fields 2015-01-14 13:53:43 -08:00
events_test.go Remove CONDITION from event object completely 2015-01-14 14:17:16 -08:00
fake.go Added unit tests for incrementing usage 2015-01-28 15:03:19 -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_limit_ranges.go Add a limit range resource 2015-01-27 16:41:27 -05:00
fake_minions.go add node update method to client interface 2015-01-23 16:40:33 -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 Added unit tests for incrementing usage 2015-01-28 15:03:19 -05:00
fake_resource_quota_usages.go Introduce a ResourceQuota object 2015-01-28 15:03:19 -05:00
fake_resource_quotas.go Introduce a ResourceQuota object 2015-01-28 15:03:19 -05: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 Allow client and kubelet configs to hold cert/key/ca data directly 2015-01-16 12:18:20 -05:00
helper_test.go Allow client and kubelet configs to hold cert/key/ca data directly 2015-01-16 12:18:20 -05:00
kubelet.go Provide a better error when Kubelet pod status is unexpected 2015-01-29 19:05:41 -05:00
kubelet_test.go Provide a better error when Kubelet pod status is unexpected 2015-01-29 19:05:41 -05:00
limit_ranges.go Add a limit range resource 2015-01-27 16:41:27 -05:00
limit_ranges_test.go Modified LimitRangeItem.Kind to LimitRangeItem.Type, added example files 2015-01-27 16:41:28 -05:00
minions.go add node update method to client interface 2015-01-23 16:40:33 -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 Cleaning up the operations code in client 2015-01-28 21:04:16 -08:00
request_test.go Cleaning up the operations code in client 2015-01-28 21:04:16 -08:00
resource_quota_usages.go Introduce a ResourceQuota object 2015-01-28 15:03:19 -05:00
resource_quota_usages_test.go Introduce a ResourceQuota object 2015-01-28 15:03:19 -05:00
resource_quotas.go Introduce a ResourceQuota object 2015-01-28 15:03:19 -05:00
resource_quotas_test.go Introduce a ResourceQuota object 2015-01-28 15:03:19 -05:00
restclient.go Cleaning up the operations code in client 2015-01-28 21:04:16 -08:00
restclient_test.go Cleaning up the operations code in client 2015-01-28 21:04:16 -08:00
services.go Update references from Path() to the appropriate segment use 2014-12-29 15:38:52 -05:00
transport.go Allow client and kubelet configs to hold cert/key/ca data directly 2015-01-16 12:18:20 -05:00
transport_test.go Fix format specifiers in Printf-type functions. 2014-10-09 17:06:32 -07:00