diff --git a/README.md b/README.md index 207aebd8..0c822c42 100644 --- a/README.md +++ b/README.md @@ -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.