ID defines underlying platform supporting service registry
const (
// Mock is a service registry that contains 2 hard-coded test services Mock ID = "Mock"
// Kubernetes is a service registry backed by k8s API server Kubernetes ID = "Kubernetes"
// External is a service registry for externally provided ServiceEntries External ID = "External"
)