slayer321 commented on code in PR #11654:
URL: https://github.com/apache/apisix/pull/11654#discussion_r2222697355
##########
t/kubernetes/discovery/kubernetes3.t:
##########
@@ -165,19 +165,19 @@ _EOC_
if op.op == "replace_endpointslices" then
method = "PATCH"
- path = "/apis/discovery.k8s.io/namespaces/" ..
op.namespace .. "/endpointslices/" .. op.name
+ path = "/apis/discovery.k8s.io/v1/namespaces/" ..
op.namespace .. "/endpointslices/" .. op.name
Review Comment:
As this is the standard way to use the [k8s
API](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#endpointslice-v1-discovery-k8s-io)
. This change was made.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]