This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
WIP Use DNSProvider secret ref in DNSPolicy #1740
Annotations
9 errors and 1 warning
pkg/controllers/dnspolicy/dns_helper_test.go#L127
unknown field ManagedZoneRef in struct literal of type "github.com/Kuadrant/multicluster-gateway-controller/pkg/apis/v1alpha1".DNSRecordSpec
|
pkg/controllers/dnspolicy/dns_helper_test.go#L233
unknown field ManagedZoneRef in struct literal of type "github.com/Kuadrant/multicluster-gateway-controller/pkg/apis/v1alpha1".DNSRecordSpec
|
pkg/controllers/dnspolicy/dns_helper_test.go#L245
cannot use testCase.args.managedZone (variable of type *"github.com/Kuadrant/multicluster-gateway-controller/pkg/apis/v1alpha1".ManagedZone) as "sigs.k8s.io/gateway-api/apis/v1beta1".Listener value in argument to s.createDNSRecordForListener
|
pkg/controllers/dnspolicy/dns_helper_test.go#L245
cannot use testCase.args.listener (variable of type "sigs.k8s.io/gateway-api/apis/v1beta1".Listener) as *dns.Zone value in argument to s.createDNSRecordForListener
|
pkg/controllers/dnspolicy/dns_helper_test.go#L399
cannot use testCase.Zones (variable of type []"github.com/Kuadrant/multicluster-gateway-controller/pkg/apis/v1alpha1".ManagedZone) as dns.ZoneList value in argument to findMatchingZone
|
pkg/controllers/dnspolicy/dns_helper_test.go#L400
cannot use mx (variable of type *dns.Zone) as *"github.com/Kuadrant/multicluster-gateway-controller/pkg/apis/v1alpha1".ManagedZone value in argument to testCase.Assert
|
pkg/dns/aws/health_test.go#L171
cannot use client (variable of type *mockRoute53API) as route53.Route53 value in argument to NewRoute53HealthCheckReconciler
|
pkg/dns/aws/health_test.go#L272
cannot use client (variable of type *mockRoute53API) as route53.Route53 value in argument to NewRoute53HealthCheckReconciler
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading