.. |
apiserver.go
|
Serve API version list, test with an integration test.
|
2014-10-28 17:35:56 -07:00 |
apiserver_test.go
|
Deflake the TestCreate test, by adding an explicit wait.
|
2014-11-02 12:38:31 -08:00 |
async.go
|
Allow clients to determine the difference between create or update on PUT
|
2014-10-24 14:41:15 -04:00 |
authz.go
|
Add basic Authorization.
|
2014-10-31 12:04:33 -07:00 |
doc.go
|
Unify Godoc formatting, fix various typos
|
2014-09-02 13:41:03 +02:00 |
errors.go
|
Add forbidden error.
|
2014-10-16 09:25:54 -07:00 |
errors_test.go
|
Caps on StatusReason*
|
2014-09-27 21:38:51 -07:00 |
handlers.go
|
Get user from request and put in authz attribs.
|
2014-11-03 16:38:56 -08:00 |
handlers_test.go
|
Stop httptest server.
|
2014-10-30 21:37:08 -04:00 |
index.go
|
Unify Godoc formatting, fix various typos
|
2014-09-02 13:41:03 +02:00 |
interfaces.go
|
Allow clients to determine the difference between create or update on PUT
|
2014-10-24 14:41:15 -04:00 |
operation.go
|
Allow clients to determine the difference between create or update on PUT
|
2014-10-24 14:41:15 -04:00 |
operation_test.go
|
Stop httptest server.
|
2014-10-30 21:37:08 -04:00 |
proxy.go
|
Fix subtle bug when proxy constructs outgoing URL.
|
2014-10-29 11:29:28 -07:00 |
proxy_test.go
|
Stop httptest server.
|
2014-10-30 21:37:08 -04:00 |
redirect.go
|
Make redirect handle namespaces just like proxy (which is weird and needs to be fixed but at least this will be consistent).
|
2014-10-29 11:29:28 -07:00 |
redirect_test.go
|
Stop httptest server.
|
2014-10-30 21:37:08 -04:00 |
resthandler.go
|
Fix self linking of objects returned in lists.
|
2014-10-30 15:04:11 -07:00 |
resthandler_test.go
|
Allow clients to determine the difference between create or update on PUT
|
2014-10-24 14:41:15 -04:00 |
validator.go
|
Add a validator for validating components in the cluster infrastructure.
|
2014-09-16 13:37:01 -07:00 |
validator_test.go
|
Add a validator for validating components in the cluster infrastructure.
|
2014-09-16 13:37:01 -07:00 |
watch.go
|
Fix watch by namespace
|
2014-10-30 12:56:50 -04:00 |
watch_test.go
|
Stop httptest server.
|
2014-10-30 21:37:08 -04:00 |