Chever-John commented on code in PR #964:
URL:
https://github.com/apache/apisix-ingress-controller/pull/964#discussion_r850168494
##########
test/e2e/scaffold/k8s.go:
##########
@@ -554,3 +555,70 @@ func (s *Scaffold) GetKubernetesClient()
*kubernetes.Clientset {
assert.Nil(ginkgo.GinkgoT(), err, "get kubernetes client")
return client
}
+
+func (s *Scaffold) CreateApisixRouteByChever(routeID string, body []byte)
error {
Review Comment:
Just for demo, I found there has another contributor has write this same
function.
So I want to use his code after his PR was merged.
--
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]