405 Commits

Author SHA1 Message Date
Fredrik Larsson
c4df1b18c9 Fix: File is not goimports-ed with -local 2023-07-01 14:11:49 +02:00
Fredrik Larsson
3dbcb9cba1 Simplify interface implementation test for targetFilterSource 2023-06-29 22:38:17 +02:00
Fredrik Larsson
42dde17b1b Remove unneeded IsConfigured() method 2023-06-29 22:30:26 +02:00
Fredrik Larsson
05bb165ffa Run tests via a Mock targetNetFilter instead of the actual one 2023-06-29 22:28:14 +02:00
Fredrik Larsson
d7d5a2d404 Move echoSource into targetfiltersource_test.go 2023-06-29 22:28:14 +02:00
Fredrik Larsson
8533cb229a Fix file name spelling 2023-06-29 22:28:14 +02:00
Fredrik Larsson
e3fbc7eb30 Add logs 2023-06-29 22:28:14 +02:00
Fredrik Larsson
af7b072405 Filter out endpoints if targetfiltersource filters out all targets 2023-06-29 22:28:14 +02:00
Fredrik Larsson
98fe58b27e Add tests for targetfiltersource 2023-06-29 22:28:14 +02:00
Fredrik Larsson
6a33a653a1 Add echo source for testing 2023-06-29 22:28:14 +02:00
John Gardiner Myers
039f1a91fb refactor: simplify assignment to Service target list 2023-06-25 14:00:36 -07:00
John Gardiner Myers
4ee8bae85c refactor: don't iterate over load balancer if not using result 2023-06-25 12:28:23 -07:00
Kubernetes Prow Robot
ae0c06e3e6
Merge pull request #3648 from johngmyers/dynamodb
Add DynamoDB registry implementation
2023-06-23 13:03:07 -07:00
Michel Loiseleur
17ca22c309 fix test on istio 2023-06-19 11:22:41 +02:00
Michel Loiseleur
4da80b2ffb partial fix on istio 2023-06-19 10:06:05 +02:00
John Gardiner Myers
4417ad4894 Move EndpointKey to endpoints package 2023-06-18 16:47:37 -07:00
Michel Loiseleur
c9cf1e9e1f
Merge branch 'master' into deps/dependabot 2023-06-17 22:58:58 +02:00
Kubernetes Prow Robot
d468a339f0
Merge pull request #3686 from rumstead/fix/crashback-virtual-service-no-gateway
fix: extdns crashes when virtual service points to nonexistent …
2023-06-17 09:10:20 -07:00
rumstead
4dd3de68e7 fix: extdns crashes when virtual service points to nonexistent gateway
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>

updating test

Update source/istio_virtualservice_test.go

Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>

Update source/istio_virtualservice_test.go

Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
2023-06-17 10:36:38 -04:00
Kubernetes Prow Robot
8e2140baab
Merge pull request #3055 from ThomasK33/master
Add support for Traefik 2's IngressRoute, IngressRouteTCP and IngressRouteUDP
2023-06-16 13:08:19 -07:00
Michel Loiseleur
e06ed8cc5d build(deps): bump dev-dependencies group with 40 updates 2023-06-16 17:15:35 +02:00
Kubernetes Prow Robot
561273d386
Merge pull request #3476 from Megum1n/master
Gloo: Add support for listener.metadataStatic
2023-06-16 04:24:18 -07:00
Thomas Kosiewski
9105dc020b
Added missing GVKs for store tests
Signed-off-by: Thomas Kosiewski <thoma471@googlemail.com>
2023-06-14 18:27:39 +02:00
Thomas Kosiewski
bd67905307
Added support for new traefik CRDs
Signed-off-by: Thomas Kosiewski <thomas.kosiewski@loft.sh>
2023-06-14 18:08:10 +02:00
Kubernetes Prow Robot
e872bda5af
Merge pull request #3677 from kubernetes-sigs/refactor/use-error-wrapping
refactor: use always fmt.Errorf("...: %w", err), instead of %s or %v
2023-06-12 07:53:50 -07:00
Michel Loiseleur
7fa786733a review: remove seed and init() func 2023-06-12 12:10:49 +02:00
Sandor Szücs
dc069cc10f
refactor: use always fmt.Errorf("...: %w", err), instead of %s or %v
Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
2023-06-12 10:44:29 +02:00
Michel Loiseleur
de20b13879 add golangci-lint update 2023-06-09 12:04:58 +02:00
Thomas Kosiewski
f0ac655838
Style changes & fixes
Signed-off-by: Thomas Kosiewski <thoma471@googlemail.com>
2023-06-06 18:51:59 +02:00
Thomas Kosiewski
95abe994c4
Merge remote-tracking branch 'kubernetes-sigs/master' 2023-06-01 18:49:38 +02:00
megum1n
ca5d74d545
Add separate test for metadata static virtual host 2023-05-29 01:05:47 +02:00
Megum1n
bc7e1eddbe
Merge branch 'kubernetes-sigs:master' into master 2023-05-29 00:10:37 +02:00
Kubernetes Prow Robot
fd501ddd7c
Merge pull request #3600 from johngmyers/ipv6-headless
Support AAAA records from headless services
2023-05-19 06:44:30 -07:00
Kubernetes Prow Robot
8c1be68e87
Merge pull request #3603 from Pluggi/pod-multiple-internal-hostnames
Allow multiple hostnames in internal annotation for pods
2023-05-17 03:12:35 -07:00
Antoine Bardoux
b17506cfa3 Remove unnecessary trailing newline 2023-05-16 15:43:28 +02:00
Antoine Bardoux
f385139abc Allow multiple hostnames in internal annotation for pods 2023-05-12 12:16:08 +02:00
Gabriel Martinez
599590c141
add AAAA tests 2023-05-11 12:05:54 +01:00
Gabriel Martinez
9bbebf6c07
Merge remote-tracking branch 'remote/master' into target_annotation_for_service 2023-05-11 11:53:20 +01:00
John Gardiner Myers
47a0f74f61 Add test for IPv6 ExternalName service 2023-05-10 13:23:53 -07:00
John Gardiner Myers
41c705e471 Support AAAA records from headless services 2023-05-10 13:23:51 -07:00
Kubernetes Prow Robot
3a788d6a44
Merge pull request #3588 from johngmyers/ipv6-external
IPv6 internal node IPs are usable externally
2023-05-10 13:17:14 -07:00
John Gardiner Myers
4745ddbb0e Address review comment 2023-05-09 19:42:56 -07:00
John Gardiner Myers
683663e9c2 IPv6 internal node IPs are usable externally 2023-05-07 12:00:28 -07:00
Gabriel Martinez
3288cc2f98
feat(service): allow using target annotation 2023-05-06 14:48:54 +01:00
Arnaud Lefray
42077cd35a
ingress: ignore annotation when ingressclassname is non empty 2023-05-05 16:08:04 +02:00
Arnaud Lefray
e9fd86035d
fix: add missing record check to ingress tests 2023-05-04 15:44:14 +02:00
Arnaud Lefray
56773c0430
chore: merge with master 2023-05-04 15:23:10 +02:00
Arnaud Lefray
4a2b9c60ab
ingress: improve ingress class name filter testing
Signed-off-by: Arnaud Lefray <arnaud.lefray@gmail.com>
2023-05-04 15:10:46 +02:00
Charles Xu
1d232c4b86 feat: resolve LB-type Service hostname to create A/AAAA instead of CNAME 2023-04-18 21:10:56 -07:00
Kubernetes Prow Robot
e6ec8ea329
Merge pull request #2220 from ericrrath/crd-source-event-handler
CRD source: add event-handler support
2023-04-13 23:20:39 -07:00