Clientset for OpenShift resource clientset

2020-02-05 Thread Lupin Deterd
Hi, I encounter this error whenever I include/import an openshift/client-go package, in this case the clientset for network policy extension(egressnetworkpolicy). I'm on using Openshift release-3.11. Thanks, Lupin ### error ### github.com/user/podwatcher/vendor/github.com/openshift/client- go/

Re: Clientset for OpenShift resource clientset

2020-02-05 Thread Stefan Schimanski
Hello, this is most probably a mismatch of the OpenShift client-go package and the Kubernetes client-go package (and all dependencies). Make sure that they match. The OpenShift client-go on branch https://github.com/openshift/client-go/tree/release-3.11 is compatible with the 1.11 version of Kube