builder: move kube config handling to k8s driver package #4200
Annotations
10 errors
driver/docker/factory.go#L15
cannot use &factory{} (value of type *factory) as "github.com/docker/buildx/driver".Factory value in argument to driver.Register: *factory does not implement "github.com/docker/buildx/driver".Factory (wrong type for method New)
|
driver/docker/factory.go#L51
cannot use f (variable of type *factory) as "github.com/docker/buildx/driver".Factory value in struct literal: *factory does not implement "github.com/docker/buildx/driver".Factory (wrong type for method New)
|
driver/docker-container/factory.go#L20
cannot use &factory{} (value of type *factory) as driver.Factory value in argument to driver.Register: *factory does not implement driver.Factory (wrong type for method New)
|
driver/docker-container/factory.go#L50
cannot use f (variable of type *factory) as driver.Factory value in struct literal: *factory does not implement driver.Factory (wrong type for method New)
|
driver/remote/factory.go#L25
cannot use &factory{} (value of type *factory) as driver.Factory value in argument to driver.Register: *factory does not implement driver.Factory (wrong type for method New)
|
driver/remote/factory.go#L55
cannot use f (variable of type *factory) as driver.Factory value in struct literal: *factory does not implement driver.Factory (wrong type for method New)
|
driver/kubernetes/driver.go#L201
d.KubeClientConfig undefined (type *Driver has no field or method KubeClientConfig)
|
driver/docker/factory.go#L15
cannot use &factory{} (value of type *factory) as "github.com/docker/buildx/driver".Factory value in argument to driver.Register: *factory does not implement "github.com/docker/buildx/driver".Factory (wrong type for method New)
|
driver/docker/factory.go#L51
cannot use f (variable of type *factory) as "github.com/docker/buildx/driver".Factory value in struct literal: *factory does not implement "github.com/docker/buildx/driver".Factory (wrong type for method New)
|
driver/docker-container/factory.go#L20
cannot use &factory{} (value of type *factory) as driver.Factory value in argument to driver.Register: *factory does not implement driver.Factory (wrong type for method New)
|
This job failed
Loading