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

First iteration to fix and test issues with service and pod matchers #3

Closed pepov closed 5 years ago

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

What's in this PR?

Some bug fixes for the pod and service matchers and integration tests to verify the changes:

Also the PR adds a CircleCI setup to check for compatibility against Kubernetes server versions 1.12,1.13,1.14

https://circleci.com/gh/pepov/k8s-objectmatcher

Checklist

To Do