kubernetes/pkg/apiserver
Clayton Coleman 4acb8e5eaf Merge pull request #2189 from lavalamp/fix
Add self links to objects sent down the watch channel.
2014-11-06 12:57:07 -05:00
..
apiserver.go Add self links to objects sent down the watch channel. 2014-11-05 17:22:18 -08:00
apiserver_test.go Add self links to objects sent down the watch channel. 2014-11-05 17:22:18 -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 Basic ACL file. 2014-11-05 16:06:22 -08: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 Authorization based on namespace, kind, readonly. 2014-11-03 17:45:15 -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 Add self links to objects sent down the watch channel. 2014-11-05 17:22:18 -08:00
watch_test.go Add self links to objects sent down the watch channel. 2014-11-05 17:22:18 -08:00