vmware-archive / kubecfg

A tool for managing complex enterprise Kubernetes environments as code.
Apache License 2.0
728 stars 62 forks source link

feat: update to v1.17 apis #287

Closed jjo closed 4 years ago

jjo commented 4 years ago
mkmik commented 4 years ago
integration/integration_suite_test.go:100:9: undefined: unstructured.
mkmik commented 4 years ago

The integration tests are compiled with a build tag (iirc --tags integration) so you might not have noticed some tests used deprecated api

jjo commented 4 years ago

@mkmik thanks for the feedback, updated the integration test suite, including bumping minikube (to latest) y Kube version (to latest v1.16), PTAL