Ivan Ka
b20025e311
feat(fqdn): improve ExecTemplate and add more functions ( #5406 )
...
* chore(fqdn): fqdn move ExecTemplate to fqdn. add proper tests
* chore(fqdn): fqdn move ExecTemplate to fqdn. add proper tests
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(fqdn): fqdn move ExecTemplate to fqdn. add proper tests
Co-authored-by: Lino Layani <39967417+linoleparquet@users.noreply.github.com>
* chore(fqdn): fqdn move ExecTemplate to fqdn. add proper tests
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
* chore(fqdn): fqdn move ExecTemplate to fqdn. add proper tests
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
Co-authored-by: Lino Layani <39967417+linoleparquet@users.noreply.github.com>
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
2025-05-19 12:35:22 -07:00
Ivan Ka
791601e2e3
chore(codebase): add nilnil return check ( #5415 )
...
* chore(code-quality): added nilnil return check
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(code-quality): added nilnil return check
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-05-19 00:19:16 -07:00
ivan katliarchuk
fe83c0d2d0
chore(source): code cleanup
2025-05-12 14:21:28 +01:00
Kubernetes Prow Robot
2f165e878c
Merge pull request #5374 from gofogo/code-cleanup-vv0
...
chore(code-quality): refactoring and linter fixes
2025-05-10 10:57:14 -07:00
Ivan Ka
51d063ad28
chore(fqdn-template): fqdn templating move to specific folder and update documentation ( #5354 )
...
* chore(fqdn): fqdn move to specific folder and update documentation
* chore(fqdn): fqdn move to specific folder and update documentation
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
* chore(fqdn): fqdn move to specific folder and update documentation
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(fqdn): fqdn move to specific folder and update documentation
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(fqdn): fqdn move to specific folder and update documentation
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
2025-05-10 05:53:22 -07:00
ivan katliarchuk
9f8f30882b
chore(source): code cleanup
...
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-05-09 08:21:31 +01:00
ivan katliarchuk
9f427e5622
chore(source): code cleanup
2025-04-16 13:50:04 +01:00
Lukas Wöhrl
25eac69705
fix: use informer for istio gateways
...
Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com>
2024-06-03 11:44:38 +02:00
Karsten Siemer
87a53778a8
fix(istio): support for ExternalIPs in Istio resources
...
✨ Add support for ExternalIPs in Istio Gateway and VirtualService
ℹ️ This commit extends Istio Gateway and VirtualService resources
to support ExternalIPs. The changes include:
- Checking if service has ExternalIPs defined
- If yes, adding them to the list of targets
- If not, continuing with the existing process
👌 Now you can have your Istio resources use `externalIPs` too! 🎉
Not to be `ip`-percritical, but don't we all love an `ip`grade! 🎈
Signed-off-by: Karsten Siemer <karsten.siemer@sda.se>
2023-12-06 08:52:35 +01:00
John Gardiner Myers
17e9637f11
Refactor getTTLFromAnnotations() to not return error ( #3939 )
...
* Refactor getTTLFromAnnotations() to not return error
* Improve log messages
2023-10-02 03:56:45 -07:00
John Gardiner Myers
39955e556e
Refactor setting the "resource" label into endpointsForHostname
2023-08-29 11:36:27 -07:00
David Pait
1a5249af5e
fix go conventions and ehance error messages
2023-08-09 08:41:50 -04:00
David Pait
f9600b7b35
move ingress annotation and parseIngress to gateway source
2023-08-08 11:51:42 -04:00
David Pait
08b592d2fd
update istio gateway ingress source annotation constant
2023-08-08 11:51:42 -04:00
David Pait
362b233833
update istio gateway annotation name and docs
2023-08-08 08:04:51 -04:00
David Pait
1253afa11e
add supoort for ingress backed istio gateways
2023-08-06 16:57:42 -04:00
Michel Loiseleur
17ca22c309
fix test on istio
2023-06-19 11:22:41 +02: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
ricoberger
d56ad7f683
Fix deletion of DNS Records for VirtualServices on error
2022-11-10 18:12:42 +01:00
Kubernetes Prow Robot
379fe6f554
Merge pull request #2215 from abursavich/istio-informer
...
Istio: Use existing VirtualService informer
2022-05-12 05:33:14 -07:00
Andrey Lebedev
4f41229820
Pass stop channel to informer factory instances
2022-01-22 21:31:29 +01:00
Andy Bursavich
85f8d9e2cf
istio: use existing VirtualService informer
2021-08-11 07:40:14 -07:00
Andy Bursavich
60c649bf5c
source: dedupe wait for cache sync
...
wait
2021-07-28 13:37:17 -07:00
Andy Bursavich
55637abbef
source: dedupe event handlers
2021-07-28 13:36:35 -07:00
Andy Bursavich
b032f2864f
source: dedupe template execution
2021-07-28 13:35:51 -07:00
Andy Bursavich
638194fccd
source: dedupe template parsing
2021-07-28 07:46:35 -07:00
Andy Bursavich
5069c3f0fb
source: name files consistently with their source name
2021-07-28 07:46:35 -07:00