external-dns/source
Kubernetes Prow Robot fb85418d03
Merge pull request #4094 from KarstenSiemer/fix/istio_gateway/AppendExternalIPsToTargets
fix(istio): support for ExternalIPs in Istio resources
2024-01-05 20:04:56 +01:00
..
ambassador_host_test.go gofumpt 2022-09-20 20:48:57 -07:00
ambassador_host.go fix(ambassador): don't resolve LB hostname 2023-12-05 09:56:32 +01:00
cloudfoundry_test.go fix route/cloudfoundry test 2019-05-10 12:28:32 -04:00
cloudfoundry.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
compatibility.go IPv6 internal node IPs are usable externally 2023-05-07 12:00:28 -07:00
connector_test.go gofumpt 2022-09-20 20:48:57 -07:00
connector.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
contour_httpproxy_test.go fix(httpProxy): drop status==valid filter 2023-10-14 14:29:15 +02:00
contour_httpproxy.go fix(httpProxy): drop status==valid filter 2023-10-14 14:29:15 +02:00
crd_test.go fix(google): ensure trailing dot for SRV records 2023-11-14 17:12:56 +01:00
crd.go refactor: use always fmt.Errorf("...: %w", err), instead of %s or %v 2023-06-12 10:44:29 +02:00
dedupsource_test.go source: name files consistently with their source name 2021-07-28 07:46:35 -07:00
dedupsource.go source: name files consistently with their source name 2021-07-28 07:46:35 -07:00
empty_test.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
empty.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
f5_virtualserver_test.go Implement target annotation for more sources 2023-09-27 23:16:14 -07:00
f5_virtualserver.go Refactor getTTLFromAnnotations() to not return error (#3939) 2023-10-02 03:56:45 -07:00
fake_test.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
fake.go review: remove seed and init() func 2023-06-12 12:10:49 +02:00
gateway_grpcroute_test.go gateway-api: upgrade from v0.7.1 to v1.0.0 2023-12-18 16:35:07 -08:00
gateway_grpcroute.go add initial support for gw apis 1.0.0 GA 2023-11-06 09:32:31 -05:00
gateway_hostname.go gateway: enforce listener matching 2022-02-24 21:33:53 -08:00
gateway_httproute_test.go gateway-api: upgrade from v0.7.1 to v1.0.0 2023-12-18 16:35:07 -08:00
gateway_httproute.go add initial support for gw apis 1.0.0 GA 2023-11-06 09:32:31 -05:00
gateway_tcproute_test.go gateway-api: upgrade from v0.7.1 to v1.0.0 2023-12-18 16:35:07 -08:00
gateway_tcproute.go add initial support for gw apis 1.0.0 GA 2023-11-06 09:32:31 -05:00
gateway_test.go gateway-api: make wildcards suffix matchers (e.g. match multiple labels) 2023-12-20 14:12:24 -08:00
gateway_tlsroute_test.go gateway-api: upgrade from v0.7.1 to v1.0.0 2023-12-18 16:35:07 -08:00
gateway_tlsroute.go add initial support for gw apis 1.0.0 GA 2023-11-06 09:32:31 -05:00
gateway_udproute_test.go gateway-api: upgrade from v0.7.1 to v1.0.0 2023-12-18 16:35:07 -08:00
gateway_udproute.go add initial support for gw apis 1.0.0 GA 2023-11-06 09:32:31 -05:00
gateway.go gateway-api: make wildcards suffix matchers (e.g. match multiple labels) 2023-12-20 14:12:24 -08:00
gloo_proxy_test.go Implement target annotation for more sources 2023-09-27 23:16:14 -07:00
gloo_proxy.go Refactor getTTLFromAnnotations() to not return error (#3939) 2023-10-02 03:56:45 -07:00
ingress_test.go ingress: ignore annotation when ingressclassname is non empty 2023-05-05 16:08:04 +02:00
ingress.go Refactor getTTLFromAnnotations() to not return error (#3939) 2023-10-02 03:56:45 -07:00
istio_gateway_test.go fix(istio): support for ExternalIPs in Istio resources 2023-12-06 08:52:35 +01:00
istio_gateway.go fix(istio): support for ExternalIPs in Istio resources 2023-12-06 08:52:35 +01:00
istio_virtualservice_test.go fix(istio): support for ExternalIPs in Istio resources 2023-12-06 08:52:35 +01:00
istio_virtualservice.go fix(istio): support for ExternalIPs in Istio resources 2023-12-06 08:52:35 +01:00
kong_tcpingress_test.go Make --ignore-hostname-annotation flag more consistent 2023-10-02 23:51:43 -07:00
kong_tcpingress.go Make --ignore-hostname-annotation flag more consistent 2023-10-02 23:51:43 -07:00
multisource_test.go copy labels 2023-06-30 07:52:25 +02:00
multisource.go Refactor setting the "resource" label into endpointsForHostname 2023-08-29 11:36:27 -07:00
node_test.go Implement target annotation for more sources 2023-09-27 23:16:14 -07:00
node.go Refactor getTTLFromAnnotations() to not return error (#3939) 2023-10-02 03:56:45 -07:00
openshift_route_test.go Make unit tests more strict about record type 2023-03-30 17:47:59 -07:00
openshift_route.go Refactor getTTLFromAnnotations() to not return error (#3939) 2023-10-02 03:56:45 -07:00
pod_test.go Implement target annotation for more sources 2023-09-27 23:16:14 -07:00
pod.go Implement target annotation for more sources 2023-09-27 23:16:14 -07:00
service_test.go Testcase for dualstack externalIPs added 2023-11-09 21:48:36 +01:00
service.go service source uses externalIPs in ExternalName type if available 2023-10-29 10:58:46 +01:00
shared_test.go IPv6 internal node IPs are usable externally 2023-05-07 12:00:28 -07:00
skipper_routegroup_test.go Make unit tests more strict about record type 2023-03-30 17:47:59 -07:00
skipper_routegroup.go Make routegroup client IPv6 compatible 2023-11-27 11:53:42 +01:00
source_test.go Refactor getTTLFromAnnotations() to not return error (#3939) 2023-10-02 03:56:45 -07:00
source.go Refactor getTTLFromAnnotations() to not return error (#3939) 2023-10-02 03:56:45 -07:00
store_test.go Remove flags and documentation for removed contour-ingressroute source 2023-07-04 16:37:37 -07:00
store.go Add flags to disable each of the Traefik API groups 2023-11-29 12:14:59 -06:00
targetfiltersource_test.go Simplify interface implementation test for targetFilterSource 2023-06-29 22:38:17 +02:00
targetfiltersource.go Fix: File is not goimports-ed with -local 2023-07-01 14:11:49 +02:00
traefik_proxy_test.go Add test cases for Traefik API group flags 2023-11-29 12:14:59 -06:00
traefik_proxy.go Lint fix 2023-12-20 22:17:10 -06:00
unstructured_converter.go drop more concour 2021-08-12 14:12:44 +02:00