kubernetes/examples/apiserver
2017-02-01 15:18:33 -05:00
..
rest move pkg/storage to apiserver 2017-01-31 19:07:33 -05:00
server Update generated files 2017-01-24 20:56:03 +01:00
apiserver.go move apiserver options 2017-02-01 15:18:33 -05:00
BUILD move apiserver options 2017-02-01 15:18:33 -05:00
README.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00

API Server

This is a work in progress example for an API Server. We are working on isolating the generic api server code from kubernetes specific API objects. Some relevant issues:

This code here is to examplify what it takes to write your own API server.

To start this example api server, run:

$ go run examples/apiserver/server/main.go

Analytics