egoscale v3 refactor #108
Annotations
10 errors and 1 warning
exoscale/exoscale.go#L93
cannot use client (variable of type *refreshableExoscaleClient) as exoscaleClient value in assignment: *refreshableExoscaleClient does not implement exoscaleClient (missing method AddServiceToLoadBalancer)
|
exoscale/loadbalancer.go#L115
too many arguments in call to l.p.client.GetInstance
|
exoscale/loadbalancer.go#L125
invalid operation: instance.Manager.ID != instancePoolID (mismatched types v3.UUID and string)
|
exoscale/loadbalancer.go#L132
cannot use instance.Manager.ID (variable of type v3.UUID) as string value in assignment
|
exoscale/loadbalancer.go#L161
l.p.client.CreateNetworkLoadBalancer undefined (type exoscaleClient has no field or method CreateNetworkLoadBalancer)
|
exoscale/loadbalancer.go#L219
l.p.client.DeleteNetworkLoadBalancerService undefined (type exoscaleClient has no field or method DeleteNetworkLoadBalancerService)
|
exoscale/loadbalancer.go#L235
l.p.client.DeleteNetworkLoadBalancer undefined (type exoscaleClient has no field or method DeleteNetworkLoadBalancer)
|
exoscale/loadbalancer.go#L252
l.p.client.GetNetworkLoadBalancer undefined (type exoscaleClient has no field or method GetNetworkLoadBalancer)
|
exoscale/loadbalancer.go#L260
l.p.client.UpdateNetworkLoadBalancer undefined (type exoscaleClient has no field or method UpdateNetworkLoadBalancer)
|
exoscale/loadbalancer.go#L296
l.p.client.DeleteNetworkLoadBalancerService undefined (type exoscaleClient has no field or method DeleteNetworkLoadBalancerService)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading