Skip to content
New issue

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

third-party-resource example does not compile (again) #82

Closed
davecheney opened this issue Jan 31, 2017 · 3 comments
Closed

third-party-resource example does not compile (again) #82

davecheney opened this issue Jan 31, 2017 · 3 comments

Comments

@davecheney
Copy link

deadwood(~/src/k8s.io/client-go) % go build  ./examples/third-party-resources/
examples/third-party-resources/main.go:9:2: cannot find package "k8s.io/client-go/pkg/api/errors" in any of:
        /home/dfc/src/k8s.io/client-go/vendor/k8s.io/client-go/pkg/api/errors (vendor tree)
        /home/dfc/go/src/k8s.io/client-go/pkg/api/errors (from $GOROOT)
        /home/dfc/src/k8s.io/client-go/pkg/api/errors (from $GOPATH)
examples/third-party-resources/types.go:7:2: cannot find package "k8s.io/client-go/pkg/api/meta" in any of:
        /home/dfc/src/k8s.io/client-go/vendor/k8s.io/client-go/pkg/api/meta (vendor tree)
        /home/dfc/go/src/k8s.io/client-go/pkg/api/meta (from $GOROOT)
        /home/dfc/src/k8s.io/client-go/pkg/api/meta (from $GOPATH)
examples/third-party-resources/main.go:12:2: cannot find package "k8s.io/client-go/pkg/apis/meta/v1" in any of:
        /home/dfc/src/k8s.io/client-go/vendor/k8s.io/client-go/pkg/apis/meta/v1 (vendor tree)
        /home/dfc/go/src/k8s.io/client-go/pkg/apis/meta/v1 (from $GOROOT)
        /home/dfc/src/k8s.io/client-go/pkg/apis/meta/v1 (from $GOPATH)
examples/third-party-resources/main.go:13:2: cannot find package "k8s.io/client-go/pkg/runtime" in any of:
        /home/dfc/src/k8s.io/client-go/vendor/k8s.io/client-go/pkg/runtime (vendor tree)
        /home/dfc/go/src/k8s.io/client-go/pkg/runtime (from $GOROOT)
        /home/dfc/src/k8s.io/client-go/pkg/runtime (from $GOPATH)
examples/third-party-resources/main.go:14:2: cannot find package "k8s.io/client-go/pkg/runtime/schema" in any of:
        /home/dfc/src/k8s.io/client-go/vendor/k8s.io/client-go/pkg/runtime/schema (vendor tree)
        /home/dfc/go/src/k8s.io/client-go/pkg/runtime/schema (from $GOROOT)
        /home/dfc/src/k8s.io/client-go/pkg/runtime/schema (from $GOPATH)
examples/third-party-resources/main.go:15:2: cannot find package "k8s.io/client-go/pkg/runtime/serializer" in any of:
        /home/dfc/src/k8s.io/client-go/vendor/k8s.io/client-go/pkg/runtime/serializer (vendor tree)
        /home/dfc/go/src/k8s.io/client-go/pkg/runtime/serializer (from $GOROOT)
        /home/dfc/src/k8s.io/client-go/pkg/runtime/serializer (from $GOPATH)

The repository seems to be missing a bunch of packages.

This isn't the first time this has happened, #52. Is there any CI in place to prevent future regressions?

@lavalamp
Copy link
Member

open issue: #73

Does #75 fix this?

@davecheney
Copy link
Author

@lavalamp 'fraid not, things are going from bad to worse, #83

@lavalamp
Copy link
Member

lavalamp commented Feb 2, 2017

#86 should fix this.

I've staged a flattened version of the client here, which includes this fix: github.com/lavalamp/client-go-flat

@lavalamp lavalamp closed this as completed Feb 2, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants