Production-Grade Container Scheduling and Management
Go HTML Python Shell Protocol Buffer Makefile Other
Switch branches/tags
Latest commit 73314a0 May 26, 2017 @k8s-merge-robot k8s-merge-robot committed on GitHub Merge pull request #39829 from MHBauer/prepareforcreate-doc
Automatic merge from submit-queue

documentation for implementors of RESTCreateStrategy

**What this PR does / why we need it**:
Documentation useful for those implementing these methods.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: no issue.

**Special notes for your reviewer**:
I am implementing these for service broker, and gives me examples of what is done or should be done.

**Release note**:
-->
```release-note
NONE
```
Permalink
Failed to load latest commit information.
.github Redirect kubeadm issues to kubeadm repo May 19, 2017
Godeps Merge pull request #45269 from xilabao/update-gopass May 25, 2017
api Implements ControllerRevision API Object without codec and code May 25, 2017
build Get rid of patched version of Go 1.8.1 May 25, 2017
cluster Merge pull request #46429 from wojtek-t/bump_go_to_183 May 26, 2017
cmd Merge pull request #46089 from karataliu/wincri1 May 26, 2017
docs Implements ControllerRevision API Object without codec and code May 25, 2017
examples Merge pull request #46268 from jianglingxia/jlx523 May 24, 2017
federation Merge pull request #45492 from matt-potter/multizone-dns-fed May 26, 2017
hack Merge pull request #45867 from kow3ns/controller-history May 26, 2017
hooks Fix spelling in package naming linter error message Dec 20, 2016
logo Updated top level owners file to match new format Jan 19, 2017
pkg Merge pull request #46438 from wojtek-t/make_bound_frequency_runner_n… May 26, 2017
plugin Update RBAC policy for configmap locked leader leasing. May 24, 2017
staging Merge pull request #39829 from MHBauer/prepareforcreate-doc May 26, 2017
test Merge pull request #45867 from kow3ns/controller-history May 26, 2017
third_party autogenerated Apr 14, 2017
translations Add Simplified Chinese translation for kubectl May 19, 2017
vendor Merge pull request #45269 from xilabao/update-gopass May 25, 2017
.bazelrc move build related files out of the root directory May 15, 2017
.gazelcfg.json Add go_genrule for zz_generated.openapi.go. Apr 26, 2017
.generated_files Move .generated_docs to docs/ so docs OWNERS can review / approve Feb 16, 2017
.gitattributes Add -diff attributes for generated files Dec 9, 2016
.gitignore Remove verify_gen_openapi make rule. Apr 26, 2017
BUILD.bazel move build related files out of the root directory May 15, 2017
CHANGELOG.md Update CHANGELOG.md for v1.6.4. May 19, 2017
CONTRIBUTING.md Close kubernetes/community#420 Mar 8, 2017
LICENSE LICENSE: revert modifications to Apache license Nov 22, 2016
Makefile move build related files out of the root directory May 15, 2017
Makefile.generated_files move build related files out of the root directory May 15, 2017
OWNERS Add wojtec to global approvers Jan 25, 2017
OWNERS_ALIASES Move PDB controller and type ownership to SIG-Apps May 22, 2017
README.md Adjust the link to the right troubleshooting doc page Apr 13, 2017
Vagrantfile Customizable vagrant rsync args and excludes Nov 14, 2016
WORKSPACE move build related files out of the root directory May 15, 2017
code-of-conduct.md Change code of conduct to call CNCF CoC by reference Oct 19, 2016
labels.yaml Update labels.yaml with sig labels Apr 28, 2017

README.md

Kubernetes

Submit Queue Widget GoDoc Widget


Kubernetes is an open source system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.

Kubernetes builds upon a decade and a half of experience at Google running production workloads at scale using a system called Borg, combined with best-of-breed ideas and practices from the community.

Kubernetes is hosted by the Cloud Native Computing Foundation (CNCF). If you are a company that wants to help shape the evolution of technologies that are container-packaged, dynamically-scheduled and microservices-oriented, consider joining the CNCF. For details about who's involved and how Kubernetes plays a role, read the CNCF announcement.


To start using Kubernetes

See our documentation on kubernetes.io.

Try our interactive tutorial.

Take a free course on Scalable Microservices with Kubernetes.

To start developing Kubernetes

The community repository hosts all information about building Kubernetes from source, how to contribute code and documentation, who to contact about what, etc.

If you want to build Kubernetes right away there are two options:

You have a working Go environment.
$ go get -d k8s.io/kubernetes
$ cd $GOPATH/src/k8s.io/kubernetes
$ make
You have a working Docker environment.
$ git clone https://github.com/kubernetes/kubernetes
$ cd kubernetes
$ make quick-release

If you are less impatient, head over to the developer's documentation.

Support

If you need support, start with the troubleshooting guide and work your way through the process that we've outlined.

That said, if you have questions, reach out to us one way or another.

Analytics