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

Support v1.Node #7

Closed pepov closed 5 years ago

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

What's in this PR?

Adds support for matching v1.Node objects. Also it fixes the circleci build for kubernetes 1.11 by ignoring preflight check for crictl in minikube.

Checklist

daxmc99 commented 5 years ago

Thanks a bunch! Looking forward to using this!