components-contrib/nameresolution
Yaron Schneider a8aa194329
Add insecureskipverify warnings (#3090)
Signed-off-by: yaron2 <schneider.yaron@live.com>
2023-08-18 16:23:51 +00:00
..
consul Add insecureskipverify warnings (#3090) 2023-08-18 16:23:51 +00:00
dns update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
kubernetes feat(nameresolution/kubernetes): add ability for templating the dns name resolution (#2883) 2023-06-25 23:36:26 +00:00
mdns Resolve long-standing TODO in mDNS component 2023-02-24 20:26:28 +00:00
README.md middleware: changes wasm basic to use waPC (#1833) 2022-09-13 17:12:59 -07:00
metadata.go Remove now-unused metadata properties (#2637) 2023-03-06 21:52:58 +00:00
nameresolution.go update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
requests.go update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00

README.md

Name resolution

Name resolvers provide a common way to interact with different name resolvers, which are used to return the address or IP of other services your applications may connect to.

Implementing a new Name Resolver

A compliant name resolver needs to implement the Resolver inteface included in the nameresolution.go file.