external-dns/source
Kubernetes Prow Robot 09d49a106a
Merge pull request #5399 from kevinvalk/expose-internal-ipv6-services
fix(source): expose internal ipv6 flag on headless service
2025-05-17 00:57:13 -07:00
..
annotations chore(source): code cleanup 2025-05-12 14:21:28 +01:00
fqdn chore(source): code cleanup 2025-05-13 07:27:38 +01:00
ambassador_host_test.go chore(source): code cleanup 2025-04-16 13:50:04 +01:00
ambassador_host.go chore(source): code cleanup 2025-05-12 14:21:28 +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 refactor: handle internal IPv6 addresses consistently with --expose-internal-ipv6 flag throughout all sources 2025-05-14 17:15:47 +02: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 chore(deps): code cleanup, do not use pkg/errors (#5335) 2025-04-29 01:17:57 -07:00
contour_httpproxy.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
crd_test.go fix: linter on unused parameter 2024-05-16 08:44:06 +02:00
crd.go chore(source): code cleanup 2025-05-09 08:21:31 +01:00
dedupsource_test.go Address PR comments 2025-02-09 15:34:55 +00:00
dedupsource.go Address PR comments 2025-02-09 15:34:55 +00: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
endpoints_test.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
endpoints.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
f5_transportserver_test.go fix: add mikejoh's commit changes (a70d5d0, #4996) for when TSServer is not ready 2025-01-21 11:25:42 -08:00
f5_transportserver.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
f5_virtualserver_test.go fix(f5-virtualserver): skip endpoint creation when VirtualServer is not ready (#4996) 2025-01-13 07:56:33 -08:00
f5_virtualserver.go chore(source): code cleanup 2025-05-12 14:21:28 +01: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 update all route tests to have a valid spec.parentRef entry 2025-04-09 05:52:04 -06:00
gateway_grpcroute.go update gatewayRoute to contain spec.parentRefs instead of extracting that directly from each route during the resolve stage 2025-04-09 05:52:04 -06:00
gateway_hostname.go gateway: enforce listener matching 2022-02-24 21:33:53 -08:00
gateway_httproute_test.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
gateway_httproute.go update gatewayRoute to contain spec.parentRefs instead of extracting that directly from each route during the resolve stage 2025-04-09 05:52:04 -06:00
gateway_tcproute_test.go update all route tests to have a valid spec.parentRef entry 2025-04-09 05:52:04 -06:00
gateway_tcproute.go update gatewayRoute to contain spec.parentRefs instead of extracting that directly from each route during the resolve stage 2025-04-09 05:52:04 -06:00
gateway_test.go update all route tests to have a valid spec.parentRef entry 2025-04-09 05:52:04 -06:00
gateway_tlsroute_test.go update all route tests to have a valid spec.parentRef entry 2025-04-09 05:52:04 -06:00
gateway_tlsroute.go update gatewayRoute to contain spec.parentRefs instead of extracting that directly from each route during the resolve stage 2025-04-09 05:52:04 -06:00
gateway_udproute_test.go update all route tests to have a valid spec.parentRef entry 2025-04-09 05:52:04 -06:00
gateway_udproute.go update gatewayRoute to contain spec.parentRefs instead of extracting that directly from each route during the resolve stage 2025-04-09 05:52:04 -06:00
gateway.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
gloo_proxy_test.go Implement target annotation for more sources 2023-09-27 23:16:14 -07:00
gloo_proxy.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
ingress_test.go feat(aws): always create AAAA alias records in route53 (#5111) 2025-03-03 00:21:00 -08:00
ingress.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
istio_gateway_test.go chore(deps): code cleanup, do not use pkg/errors (#5335) 2025-04-29 01:17:57 -07:00
istio_gateway.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
istio_virtualservice_test.go chore(deps): code cleanup, do not use pkg/errors (#5335) 2025-04-29 01:17:57 -07:00
istio_virtualservice.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
kong_tcpingress_test.go Make --ignore-hostname-annotation flag more consistent 2023-10-02 23:51:43 -07:00
kong_tcpingress.go chore(source): code cleanup 2025-05-12 14:21:28 +01: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
nat64source_test.go Introduced NAT64 prefix rewriting 2024-08-19 08:00:18 +02:00
nat64source.go chore(ci): fix failing test, upgrade to go 1.23.5 and linter to v1.63 2025-01-17 21:05:08 +01:00
node_test.go feat: additional template functions (#3949) 2025-05-12 23:19:16 -07:00
node.go refactor: handle internal IPv6 addresses consistently with --expose-internal-ipv6 flag throughout all sources 2025-05-14 17:15:47 +02:00
openshift_route_test.go Make unit tests more strict about record type 2023-03-30 17:47:59 -07:00
openshift_route.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
pod_test.go feat(code-quality): source/pod improve code coverage 2025-05-10 13:23:16 +01:00
pod.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
service_test.go refactor: handle internal IPv6 addresses consistently with --expose-internal-ipv6 flag throughout all sources 2025-05-14 17:15:47 +02:00
service.go refactor: handle internal IPv6 addresses consistently with --expose-internal-ipv6 flag throughout all sources 2025-05-14 17:15:47 +02:00
shared_test.go IPv6 internal node IPs are usable externally 2023-05-07 12:00:28 -07:00
skipper_routegroup_test.go chore(fqdn-template): fqdn templating move to specific folder and update documentation (#5354) 2025-05-10 05:53:22 -07:00
skipper_routegroup.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
source_test.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
source.go chore(source): code cleanup 2025-05-12 14:21:28 +01:00
store_test.go test(source): cover unhappy paths (#5369) 2025-05-08 10:55:15 -07:00
store.go refactor: handle internal IPv6 addresses consistently with --expose-internal-ipv6 flag throughout all sources 2025-05-14 17:15:47 +02: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 chore(source/traefik_proxy): code coverage and refactoring (#5380) 2025-05-14 23:38:48 -07:00
traefik_proxy.go chore(source/traefik_proxy): code coverage and refactoring (#5380) 2025-05-14 23:38:48 -07:00
unstructured_converter.go drop more concour 2021-08-12 14:12:44 +02:00
utils_test.go chore(source): code cleanup 2025-04-16 13:50:04 +01:00
utils.go chore(source): code cleanup 2025-04-16 13:50:04 +01:00