k3s/examples/apiserver
nikhiljindal 0ab152ddf2 Adding an example apiserver 2016-01-22 11:52:16 -08:00
..
rest Adding an example apiserver 2016-01-22 11:52:16 -08:00
README.md Adding an example apiserver 2016-01-22 11:52:16 -08:00
server.go Adding an example apiserver 2016-01-22 11:52:16 -08: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.

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.

Analytics