Merge pull request #28581 from lixiaobing10051267/masternotesorder
Automatic merge from submit-queue
The notes are inconsistent with the code
In file "pkg/client/cache/store.go, the notes of line 102 "name and namespace" is inconsistent with line 103 "return parts[0], parts[1], nil", because parts[0] is namespace, and parts[1] is name, It is easy to be confused, and better to modify the notes to "namespace and name".
Showing
pkg/client/cache/store.go
100644 → 100755
Please
register
or
sign in
to comment