Merge pull request #44489 from CaoShuFeng/SelfLinkPathPrefix
Automatic merge from submit-queue
Fix PathPrefix for subresources
before this change:
$ curl -s http://172.16.116.128:8080/api/v1/nodes/kubenet-02/status | grep selfLink
"selfLink": "/api/v1/nodes/{name}/status/kubenet-02/status",
after this change:
$ curl -s http://172.16.116.128:8080/api/v1/nodes/kubenet-02/status | grep selfLink
"selfLink": "/api/v1/nodes/kubenet-02/status",
related to:
#44462
**Release note**:
```NONE
```
Showing
Please
register
or
sign in
to comment