zoumo
zoumo
**What type of PR is this?** > Uncomment only one ` /kind ` line, hit enter to put that in a new line, and remove leading whitespace from that line:...
## Example ```bash import util/log namespace test/verbose VERBOSE=1 Log::AddOutput test/verbose DEBUG Log "this log will be printed" V=1 Log "this log will be printed" V=2 Log "this log will be...
support cast string to string slice by comma ``` a b -> []string{"a", "b"} a,b -> []string{"a", "b"} a b,c -> []string{"a", "b,c"} ```
If the import alias is invalid or has been registered already, jennifer make it unique by appending a number. This led to an ugly generated code with imports block, for...
### What this PR does Add a new flag `repair-group`. If true, forcing to repair imports group regardless of how they were originally grouped Fixed https://github.com/golang/go/issues/20818 ## Why ### What...
feat(rollout): automatically set partition if podTemplate of collaset controlled by rollout changes
#### 1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".): - [ ] N - [ ] Y #### 2. What is...