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

make patch maker dependency implementations easily changeable #52

Closed waynz0r closed 2 years ago

waynz0r commented 2 years ago
Q A
Bug fix? no
New feature? no
API breaks? no
Deprecations? no
Related tickets
License Apache 2.0

What's in this PR?

Add interfaces to make patch maker implementations easily changeable. Add default patch maker implementations.