Merge pull request #62239 from mahuihuang/fix_grammar_mistake
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix grammar mistake Fix grammar mistake!
This commit is contained in:
@@ -184,7 +184,7 @@ func NodeNameTriggerFunc(obj runtime.Object) []pkgstorage.MatchValue {
|
||||
return []pkgstorage.MatchValue{result}
|
||||
}
|
||||
|
||||
// ResourceLocation returns an URL and transport which one can use to send traffic for the specified node.
|
||||
// ResourceLocation returns a URL and transport which one can use to send traffic for the specified node.
|
||||
func ResourceLocation(getter ResourceGetter, connection client.ConnectionInfoGetter, proxyTransport http.RoundTripper, ctx genericapirequest.Context, id string) (*url.URL, http.RoundTripper, error) {
|
||||
schemeReq, name, portReq, valid := utilnet.SplitSchemeNamePort(id)
|
||||
if !valid {
|
||||
|
Reference in New Issue
Block a user