fix(ovh): cache refresh and duplicates processing #3092
Annotations
10 errors and 1 warning
Lint go code:
main.go#L64
could not import sigs.k8s.io/external-dns/provider/ovh (-: # sigs.k8s.io/external-dns/provider/ovh
|
Lint go code:
provider/ovh/ovh.go#L164
cannot use newOvhChange(ovhCreate, changes.Create, zones, records) (value of type []ovhChange) as ovhChange value in argument to append
|
Lint go code:
provider/ovh/ovh.go#L165
cannot use newOvhChange(ovhCreate, changes.UpdateNew, zones, records) (value of type []ovhChange) as ovhChange value in argument to append
|
Lint go code:
provider/ovh/ovh.go#L166
cannot use newOvhChange(ovhCreate, changes.UpdateOld, zones, records) (value of type []ovhChange) as ovhChange value in argument to append
|
Lint go code:
provider/ovh/ovh.go#L167
cannot use newOvhChange(ovhCreate, changes.Delete, zones, records) (value of type []ovhChange) as ovhChange value in argument to append) (typecheck)
|
Lint go code:
provider/ovh/ovh.go#L164
cannot use newOvhChange(ovhCreate, changes.Create, zones, records) (value of type []ovhChange) as ovhChange value in argument to append
|
Lint go code:
provider/ovh/ovh.go#L165
cannot use newOvhChange(ovhCreate, changes.UpdateNew, zones, records) (value of type []ovhChange) as ovhChange value in argument to append
|
Lint go code:
provider/ovh/ovh.go#L166
cannot use newOvhChange(ovhCreate, changes.UpdateOld, zones, records) (value of type []ovhChange) as ovhChange value in argument to append
|
Lint go code:
provider/ovh/ovh.go#L167
cannot use newOvhChange(ovhCreate, changes.Delete, zones, records) (value of type []ovhChange) as ovhChange value in argument to append (typecheck)
|
Lint go code
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading