teamhephy / router

MIT License
4 stars 10 forks source link

feat(k8s.io): upgrade to using appv1, corev1, metav1 in router #52

Closed Cryptophobia closed 4 years ago

Cryptophobia commented 4 years ago

Upgrade to k8s.io/client-go release-14.0 branch. (Can probably upgrade up to release-1.19 branch soon) Upgrade the clients and api objects in router to appv1, corev1, metav1.

All test pass locally so far. Have not tested making an image and running in a cluster yet.

kingdonb commented 4 years ago

Thank you! I will start taking a look at it tonight