Skip to content

Cannot find packages "k8s.io/kubernetes/pkg/client/cache" and "k8s.io/kubernetes/pkg/controller/framework" #510

@pfeodrippe

Description

@pfeodrippe

I've made a fork of the Deis Builder repo and the command $ go test $GOPATH/src/github.com/pfeodrippe/builder/pkg/gitreceve is giving me

	/usr/local/go/src/k8s.io/kubernetes/pkg/client/cache (from $GOROOT)
	/Users/mac/Documents/go-work/src/k8s.io/kubernetes/pkg/client/cache (from $GOPATH)
../../../../deis/builder/pkg/k8s/watch.go:9:2: cannot find package "k8s.io/kubernetes/pkg/controller/framework" in any of:
	/usr/local/go/src/k8s.io/kubernetes/pkg/controller/framework (from $GOROOT)
	/Users/mac/Documents/go-work/src/k8s.io/kubernetes/pkg/controller/framework (from $GOPATH)

But these packages doesn't exist at the kubernetes repo. Is there another way I can test the builder code?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions