cli-playground / kodo

MIT License
0 stars 6 forks source link

Do not merge: Demonstrates use of OpenShift specific client APIs #16

Closed sbose78 closed 4 years ago

sbose78 commented 4 years ago

Here's what I did:

Pull in openshift client-go API from github.com/openshift/client-go 's master. Not doing so will result in dependency issues! This should update your go.mod

go get github.com/openshift/client-go@584632b8fc73a646310252d82c303f23e325ab4f

will be handy for

13

15

sbose78 commented 4 years ago

Purpose has been served.