kubernetes/examples/apiserver
Dr. Stefan Schimanski 5b1d45bc15 Stratify certificate loading and self-sign cert generation
This removes all dependencies on Config during cert generation, only operating
on ServerRunOptions. This way we get rid of the repeated call of Config.Complete
and cleanly stratify the GenericApiServer bootstrapping.
2016-12-05 14:58:15 +01:00
..
rest Move RESTStorageProvider interface into pkg/master 2016-12-03 18:35:15 +01:00
server remove some options from mega-struct 2016-11-29 10:59:43 -05:00
apiserver.go Stratify certificate loading and self-sign cert generation 2016-12-05 14:58:15 +01: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