From cb3312870356e7b52debd81d290f297d343e6dad Mon Sep 17 00:00:00 2001 From: Crazykev Date: Fri, 19 Aug 2016 13:53:24 +0800 Subject: [PATCH] correct object in downward_api_resources_limits_requests Signed-off-by: Crazykev --- docs/design/downward_api_resources_limits_requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/downward_api_resources_limits_requests.md b/docs/design/downward_api_resources_limits_requests.md index 4c1ac66a244..6a5f660d49d 100644 --- a/docs/design/downward_api_resources_limits_requests.md +++ b/docs/design/downward_api_resources_limits_requests.md @@ -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.