Nil
Nil
### Issue description I can' find a config for enabling a global plugin. The only way to create a `GlobalRule` is apply a `ApisixClusterConfig` according to the code: https://github.com/apache/apisix-ingress-controller/blob/master/pkg/kube/translation/translator.go#L94-L97 But...
Currently, a msw mock handler would be: ```ts import { HttpResponse, HttpResponseResolver, delay, http } from 'msw' export const getSomethingMockHandler = (overrideResponse?: SomethingResponse) => { return http.get('/something', async () =>...
It would be nice there has an action to copy as curl command for communication.