Merge pull request #6387 from mpolednik/typo

typo fix in device_plugins concepts
This commit is contained in:
Qiming 2017-11-21 10:00:45 +08:00 committed by GitHub
commit 7c6b56e0b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Then, developers can request devices in a
[Container](/docs/api-reference/{{page.version}}/#container-v1-core) [Container](/docs/api-reference/{{page.version}}/#container-v1-core)
specification by using the same process that is used for specification by using the same process that is used for
[opaque integer resources](/docs/tasks/configure-pod-container/opaque-integer-resource/). [opaque integer resources](/docs/tasks/configure-pod-container/opaque-integer-resource/).
In version 1.8, extended resources are spported only as integer resources and must have In version 1.8, extended resources are supported only as integer resources and must have
`limit` equal to `request` in the Container specification. `limit` equal to `request` in the Container specification.
## Device plugin implementation ## Device plugin implementation