We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gofmt -w=true -s $(find . -type f -name '*.go' -not -path "./vendor/*") goimports -w=true -d $(find . -type f -name '*.go' -not -path "./vendor/*") go build -o build/bin/darwin/kube2iam -ldflags "-s -X ""github.com/jtblin"/kube2iam"/version.Version=$(git describe --abbrev=0 --tags) -X ""github.com/jtblin"/kube2iam"/version.GitCommit=$(git rev-parse --short HEAD) -X ""github.com/jtblin"/kube2iam"/version.BuildDate=$(date +%Y-%m-%d-%H:%M)" github.com/jtblin/kube2iam # github.com/jtblin/kube2iam/cmd cmd/k8s.go:20: undefined: "github.com/jtblin/kube2iam/vendor/k8s.io/kubernetes/pkg/client/unversioned".Client make: *** [build] Error 2``` After running ```glide get github.com/aws/aws-sdk-go/blob/master/aws/ec2metadata#^v1.0.8``` doing a diff to glide.lock I found that it was never updated to v1.5.3
-- name: k8s.io/client-go
The text was updated successfully, but these errors were encountered:
Client version has been downgraded to 1.4.6 as part of 0.5.0
Sorry, something went wrong.
The kubernetes client code has moved to https://github.com/kubernetes/client-go/ so I updated the code to use it instead of the main kubernetes project directly as before: 68ab0a8
No branches or pull requests
-- name: k8s.io/client-go
The text was updated successfully, but these errors were encountered: