k3s/examples/apiserver
David McMahon ef0c9f0c5b Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
..
rest Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
server Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
README.md Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
apiserver.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
apiserver_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00

README.md

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.3/examples/apiserver/README.md).

Documentation for other releases can be found at releases.k8s.io.

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