You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# k8s.io/apiserver/pkg/server/routes
../go/src/k8s.io/apiserver/pkg/server/routes/openapi.go:38:91: cannot use c.RegisteredWebServices() (type []*"k8s.io/apiserver/vendor/github.com/emicklei/go-restful".WebService) as type []*"github.com/emicklei/go-restful".WebService in argument to handler.BuildAndRegisterOpenAPIService
../go/src/k8s.io/apiserver/pkg/server/routes/openapi.go:42:97: cannot use c.RegisteredWebServices() (type []*"k8s.io/apiserver/vendor/github.com/emicklei/go-restful".WebService) as type []*"github.com/emicklei/go-restful".WebService in argument to handler.BuildAndRegisterOpenAPIVersionedService
probably due to an out-of-date vendor.
The text was updated successfully, but these errors were encountered:
We cannot ship a complete vendor/ dir in case of libraries. Otherwise, the library is not usable from your code. This is a Golang limitation we can't do much about (until maybe vgo becomes the standard vendoring tool).
Fails with:
probably due to an out-of-date vendor.
The text was updated successfully, but these errors were encountered: