correct object in downward_api_resources_limits_requests

Signed-off-by: Crazykev <crazykev@zju.edu.cn>
This commit is contained in:
Crazykev 2016-08-19 13:53:24 +08:00
parent faffbe4e18
commit cb33128703

View File

@ -106,7 +106,7 @@ the values. As kubelet operates on internal objects (without json tags),
and the selectors are part of versioned objects, retrieving values of
the limits and requests can be handled using these two solutions:
1. By converting an internal object to versioned obejct, and then using
1. By converting an internal object to versioned object, and then using
the json path library to retrieve the values from the versioned object
by processing the selector.