Commit 4ac7972f authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #30968 from Crazykev/fix-t

Automatic merge from submit-queue correct object in downward_api_resources_limits_requests
parents 5f9f8cc4 cb331287
...@@ -106,7 +106,7 @@ the values. As kubelet operates on internal objects (without json tags), ...@@ -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 and the selectors are part of versioned objects, retrieving values of
the limits and requests can be handled using these two solutions: 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 the json path library to retrieve the values from the versioned object
by processing the selector. by processing the selector.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment