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
I've tried to blindly upgrade all the packages and with k8s.io/client-go v11.0.0+incompatible which appears to be pulled directly with package changes results in this issue:
# k8s.io/client-go/rest
../../go/pkg/mod/k8s.io/[email protected]+incompatible/rest/request.go:598:31: not enough arguments in call to watch.NewStreamWatcher
have (*versioned.Decoder)
want (watch.Decoder, watch.Reporter)
# k8s.io/client-go/tools/clientcmd/api/v1
../../go/pkg/mod/k8s.io/[email protected]+incompatible/tools/clientcmd/api/v1/conversion.go:29:15: scheme.AddConversionFuncs undefined (type *runtime.Scheme has no field or method AddConversionFuncs)
../../go/pkg/mod/k8s.io/[email protected]+incompatible/tools/clientcmd/api/v1/conversion.go:31:12: s.DefaultConvert undefined (type conversion.Scope has no field or method DefaultConvert)
../../go/pkg/mod/k8s.io/[email protected]+incompatible/tools/clientcmd/api/v1/conversion.go:34:12: s.DefaultConvert undefined (type conversion.Scope has no field or method DefaultConvert)
../../go/pkg/mod/k8s.io/[email protected]+incompatible/tools/clientcmd/api/v1/conversion.go:37:12: s.DefaultConvert undefined (type conversion.Scope has no field or method DefaultConvert)
../../go/pkg/mod/k8s.io/[email protected]+incompatible/tools/clientcmd/api/v1/conversion.go:40:12: s.DefaultConvert undefined (type conversion.Scope has no field or method DefaultConvert)
../../go/pkg/mod/k8s.io/[email protected]+incompatible/tools/clientcmd/api/v1/conversion.go:43:12: s.DefaultConvert undefined (type conversion.Scope has no field or method DefaultConvert)
../../go/pkg/mod/k8s.io/[email protected]+incompatible/tools/clientcmd/api/v1/conversion.go:46:12: s.DefaultConvert undefined (type conversion.Scope has no field or method DefaultConvert)
../../go/pkg/mod/k8s.io/[email protected]+incompatible/tools/clientcmd/api/v1/conversion.go:49:12: s.DefaultConvert undefined (type conversion.Scope has no field or method DefaultConvert)
../../go/pkg/mod/k8s.io/[email protected]+incompatible/tools/clientcmd/api/v1/conversion.go:52:12: s.DefaultConvert undefined (type conversion.Scope has no field or method DefaultConvert)
The text was updated successfully, but these errors were encountered:
I've tried to blindly upgrade all the packages and with
k8s.io/client-go v11.0.0+incompatible
which appears to be pulled directly with package changes results in this issue:The text was updated successfully, but these errors were encountered: