k3s/examples/apiserver
Dr. Stefan Schimanski d0b3981f07 Make GenericApiServer.Run interruptable and fail on first listen 2016-11-01 09:50:56 +01:00
..
rest include multiple versions in clientset 2016-10-29 13:30:47 -07:00
server Make GenericApiServer.Run interruptable and fail on first listen 2016-11-01 09:50:56 +01:00
README.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
apiserver.go Make GenericApiServer.Run interruptable and fail on first listen 2016-11-01 09:50:56 +01:00

README.md

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