Re: Clientset for OpenShift resource clientset

2020-02-06 Thread Lupin Deterd
Hi, I'm using glide as the dependency management as stated on the openshift/client-go INSTALL instruction and have the following defined in my glide.yaml package: import: - package: github.com/openshift/client-o version: release-3.11 What else do I need to set explicitly? Thank you

Re: Clientset for OpenShift resource clientset

2020-02-06 Thread Stefan Schimanski
Here is a test repo which works fine: https://github.com/sttts/openshift-client-go-311-glide Remember when calling glide to pass the `-v` option to drop nested vendor dirs. Best regards, Stefan On Thu, Feb 6, 2020 at 10:02 AM Lupin Deterd wrote: > Hi, > > I'm using glide as the