Provides framework for retrieving relationship information from a set of microservice services.
A location provider gets the adresses of the services that expose the relationship schema's.
Can be initialized by the using the kubernetes location provider:
relationInfoProvider.setLocationProvider("kubernetes", {});
The following options can be set:
{
master: "URL of kubernetes master"
caFile: "",
auth: {
type: "none"
}
}
Currently there are 2 authentication available for the kubernetes location
provider: none
and token
.