Fix a nit in the downward api proposal for resources.

This commit is contained in:
Avesh Agarwal 2016-05-20 08:21:58 -04:00
parent 2c038e38c5
commit 9927b1c3e4

View File

@ -485,7 +485,7 @@ Volume path names are examples only and not necessarily as specified.
| memory_request | requests.memory | | memory_request | requests.memory |
Volumes are pod scoped, the container name must be specified as part of Volumes are pod scoped, the container name must be specified as part of
`containerSpecFieldRef` with them. `resourceFieldRef` with them.
#### Examples #### Examples