mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-29 10:10:18 -04:00
Prepare for running multiple API versions on the same HTTP server by decoupling some of the mechanics of apiserver. Define a new APIGroup object which represents a version of the API. |
||
|---|---|---|
| .. | ||
| apiserver.go | ||
| apiserver_test.go | ||
| async.go | ||
| doc.go | ||
| errors.go | ||
| errors_test.go | ||
| index.go | ||
| interfaces.go | ||
| minionproxy.go | ||
| minionproxy_test.go | ||
| operation.go | ||
| operation_test.go | ||
| resthandler.go | ||
| watch.go | ||
| watch_test.go | ||