Results 6 issues of Kun

add switch to compatible in private cluster in our cluster, hostname was written in /etc/hosts, but requests session wont't recognize it. Add command switch to control wheter use trust or...

When I tried to run this tool in private cluster, that hostname all written in `/etc/hosts`, got 502 response. ![image](https://user-images.githubusercontent.com/11908411/179726182-7497e57f-156d-4b21-8703-866e7f5ee44c.png) We might find an elegant way to adapt this situation.

目前所有接口都不支持context,只支持timeout,使用起来不是很友好。对于上游的调用我无法准确知道超时时间,希望能在上游cancel后能同时cancel这次sdk的接口请求

next version

I suggest that , When diffing an embedded pointer field against nil, the comparison should continue rather than break, and it should output a bunch of JSON. If it infect...

Diffing embedded structs and slices causes the tag name to be lost. ``` type A struct { Field1 struct { Field2 string `diff:"F1"` } `diff:"F2"` } ``` when i use...