Commit Graph

5 Commits

Author SHA1 Message Date
Arthur Outhenin-Chalandre 49f47d9503
remove wildcard query functionality (#25)
Like the kubernetes plugin we remove wildcard queries support.

Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
2025-01-07 15:59:36 -05:00
Arthur Outhenin-Chalandre 92cfbae0ca
Refactor object to share code from the kubernetes plugin (#17)
* Add go.mod

Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>

* Refactor the object to share kubernetes plugin objects

It also removed the unused watch endpointslicev1beta1 functions,
make sure everything is gofmt-ed and rewrite the import for consistency
across the plugin code.

Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>

* Add clusterId check in endpointsEquivalent

Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>

---------

Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
2025-01-07 08:28:36 -05:00
Arthur Outhenin-Chalandre 5da8d8ce1b
dont panic on empty SRV segments
Apply commit 4349b6fa63

Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
2024-11-24 18:00:49 +01:00
Jaromir Vanek 37668da19c Full support for headless services 2021-11-04 13:38:02 -07:00
Jaromir Vanek 57be81d4bb Initial implementation 2021-10-18 14:38:55 -07:00