cri-o/vendor/k8s.io/kubernetes/examples/apiserver
Mrunal Patel 8e5b17cf13 Switch to github.com/golang/dep for vendoring
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-01-31 16:45:59 -08:00
..
rest Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
server Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
apiserver.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
BUILD Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
README.md Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08: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