fixed typo in docs/concepts/api-extension/custom-resources.md

This commit is contained in:
jennybuckley
2018-01-03 13:48:07 -08:00
parent c91c0c6761
commit 4ee1b5f1e3
@@ -112,7 +112,7 @@ This frees you from writing your own API server to handle the custom resource,
but the generic nature of the implementation means you have less flexibility than with but the generic nature of the implementation means you have less flexibility than with
[API server aggregation](#api-server-aggregation). [API server aggregation](#api-server-aggregation).
Refer to the [Custom Controler example, which uses Custom Resources](https://github.com/kubernetes/sample-controller) Refer to the [Custom Controller example, which uses Custom Resources](https://github.com/kubernetes/sample-controller)
for a demonstration of how to register a new custom resource, work with instances of your new resource type, for a demonstration of how to register a new custom resource, work with instances of your new resource type,
and setup a controller to handle events. and setup a controller to handle events.