| .. |
|
cache
|
Typo fix
|
2014-11-12 13:05:08 -05:00 |
|
record
|
Don't hold up the entire event queue for a single bad event. Also, don't retry forever.
|
2014-11-20 16:01:42 -08:00 |
|
client.go
|
Clean up error logs.
|
2014-11-21 09:45:26 +08:00 |
|
client_test.go
|
Move the internal minion representation to match v1beta3
|
2014-11-20 20:53:08 -05:00 |
|
conditions.go
|
Remaining refactor for PodTemplateSpec and fixing test cases
|
2014-11-11 17:03:20 -05: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
|
Refactor the client (again) to better support auth
|
2014-10-01 15:23:37 -04:00 |
|
endpoints.go
|
Make client.Interface contain EndpointsNamespacer
|
2014-11-13 09:39:54 -05:00 |
|
events.go
|
fix up event client for namespaces
|
2014-11-14 09:43:28 -08:00 |
|
events_test.go
|
fix up event client for namespaces
|
2014-11-14 09:43:28 -08:00 |
|
fake.go
|
Move FakeRESTClient to client/fake.go
|
2014-11-18 20:22:05 -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_minions.go
|
Update fake.go for client interface changes
|
2014-10-24 11:47:30 -04: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
|
Update fake.go for client interface changes
|
2014-10-24 11:47:30 -04: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
|
Refactor kubelet access and add SSL
|
2014-10-22 14:53:59 -07:00 |
|
flags_test.go
|
Add test coverage and fix a few minor problems
|
2014-10-29 14:08:37 -04:00 |
|
helper.go
|
Rename Secure -> TLS; we may use TLS insecurely.
|
2014-11-13 21:42:36 -08:00 |
|
helper_test.go
|
Rename Secure -> TLS; we may use TLS insecurely.
|
2014-11-13 21:42:36 -08:00 |
|
kubelet.go
|
Require a KubeletClient in master.New().
|
2014-11-03 16:09:41 -08:00 |
|
kubelet_test.go
|
Stop httptest server.
|
2014-10-30 21:37:08 -04:00 |
|
minions.go
|
Separate minion controller from master.
|
2014-10-30 20:24:15 -04:00 |
|
pods.go
|
Fix client structs to be package private
|
2014-10-24 11:49:04 -04:00 |
|
replication_controllers.go
|
Fix client structs to be package private
|
2014-10-24 11:49:04 -04:00 |
|
request.go
|
Clean up error logs.
|
2014-11-21 09:45:26 +08:00 |
|
request_test.go
|
fix 'go vet' warnings
|
2014-11-21 09:45:28 +08:00 |
|
restclient.go
|
Make client.Request more testable, break coupling with RESTClient
|
2014-10-28 23:00:24 -04:00 |
|
restclient_test.go
|
Stop httptest server.
|
2014-10-30 21:37:08 -04:00 |
|
services.go
|
Fix client structs to be package private
|
2014-10-24 11:49:04 -04:00 |
|
transport.go
|
Refactor the client (again) to better support auth
|
2014-10-01 15:23:37 -04:00 |
|
transport_test.go
|
Fix format specifiers in Printf-type functions.
|
2014-10-09 17:06:32 -07:00 |