Merge pull request #6834 from jennybuckley/typo

Fix typo in docs/concepts/api-extension/custom-resources.md
pull/6844/head
Qiming 2018-01-04 11:04:53 +08:00 committed by GitHub
commit fff48c1ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
[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,
and setup a controller to handle events.