cisco-open / k8s-objectmatcher

A Kubernetes object matcher library to avoid unnecessary K8s object updates
Apache License 2.0
157 stars 29 forks source link

Do not remove false bool values #48

Closed pepov closed 2 years ago

pepov commented 2 years ago
Q A
Bug fix? yes
New feature? no
API breaks? yes
Deprecations? no
Related tickets fixes #47
License Apache 2.0

What's in this PR?

This would allow detecting changes when a bool value is defaulted to true on the server side.