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

Remove the legacy objectmatcher code and get rid of unnecessary dependencies #12

Closed pepov closed 5 years ago

pepov commented 5 years ago
Q A
Bug fix? no
New feature? no
API breaks? yes
Deprecations? no
License Apache 2.0

What's in this PR?

Removes the original objectmatcher code

Why?

The original solution is error prone and hard to maintain

Additional context

The latest working version of the original method is available under the v0.1.1 tag

Checklist

To Do