build(deps): Bump github.com/GoogleCloudPlatform/k8s-cloud-provider from 1.24.0 to 1.25.0 #1428
Annotations
10 errors
lint:
cloud/services/compute/firewalls/doc.go#L1
: # sigs.k8s.io/cluster-api-provider-gcp/cloud/services/compute/firewalls
|
lint:
cloud/services/compute/firewalls/service.go#L52
cannot use scope.Cloud().Firewalls() (value of type "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud".Firewalls) as firewallsInterface value in struct literal: "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud".Firewalls does not implement firewallsInterface (wrong type for method Delete)
|
lint:
cloud/services/compute/loadbalancers/doc.go#L1
: # sigs.k8s.io/cluster-api-provider-gcp/cloud/services/compute/loadbalancers
|
lint:
cloud/services/compute/loadbalancers/service.go#L94
cannot use scope.Cloud().GlobalAddresses() (value of type "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud".GlobalAddresses) as addressesInterface value in struct literal: "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud".GlobalAddresses does not implement addressesInterface (wrong type for method Delete)
|
lint:
cloud/services/compute/loadbalancers/service.go#L95
cannot use scope.Cloud().BackendServices() (value of type "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud".BackendServices) as backendservicesInterface value in struct literal: "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud".BackendServices does not implement backendservicesInterface (wrong type for method Delete)
|
lint:
cloud/services/compute/loadbalancers/service.go#L96
cannot use scope.Cloud().GlobalForwardingRules() (value of type "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud".GlobalForwardingRules) as forwardingrulesInterface value in struct literal: "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud".GlobalForwardingRules does not implement forwardingrulesInterface (wrong type for method Delete)
|
lint:
cloud/services/compute/loadbalancers/service.go#L97
cannot use scope.Cloud().HealthChecks() (value of type "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud".HealthChecks) as healthchecksInterface value in struct literal: "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud".HealthChecks does not implement healthchecksInterface (wrong type for method Delete)
|
lint:
cloud/services/compute/loadbalancers/service.go#L98
cannot use scope.Cloud().InstanceGroups() (value of type "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud".InstanceGroups) as instancegroupsInterface value in struct literal: "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud".InstanceGroups does not implement instancegroupsInterface (wrong type for method Delete)
|
lint:
cloud/services/compute/loadbalancers/service.go#L99
cannot use scope.Cloud().TargetTcpProxies() (value of type "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud".TargetTcpProxies) as targettcpproxiesInterface value in struct literal: "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud".TargetTcpProxies does not implement targettcpproxiesInterface (wrong type for method Delete)
|
lint:
cloud/services/compute/networks/doc.go#L1
: # sigs.k8s.io/cluster-api-provider-gcp/cloud/services/compute/networks
|