grafana / grafana/kubernetes-diff-logger
Improve Difference Output
Open
- Dominant language
- Go
- Stars
- 132
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Currently the logger just directly writes the output of https://github.com/go-test/deep. In most cases this is fine, but not great.
When changing the image for a deployment:
```
[Template.Spec.Containers.slice[0].Image: grafana/loki:master-61b5bc6 != grafana/loki:master-20bb95f]
```
In some cases it produces difficult to understand output. When changing memory limits:
```
[Template.Spec.Containers.slice[0].Resources.Limits.map[memory]: {{838860800 0} {} BinarySI} != {{209715200 0} {} BinarySI}]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.