sample-apiserver: add note that the pkg is k8s.io/sample-apiserver

Kubernetes-commit: 943405d3d20e4d6cc83f7799c947553fdc99e0dd
This commit is contained in:
Dr. Stefan Schimanski 2018-06-20 11:26:29 +02:00 committed by Kubernetes Publisher
parent 91ef013bbe
commit 54aa1200d0

View File

@ -3,6 +3,8 @@
This repository implements a simple controller for watching Foo resources as
defined with a CustomResourceDefinition (CRD).
**Note:** go-get or vendor this package as `k8s.io/sample-controller`.
This particular example demonstrates how to perform basic operations such as:
* How to register a new custom resource (custom resource type) of type `Foo` using a CustomResourceDefinition.