Description
We can add the SupportedMechanisms field into NetworkServiceEndpoint to directly indicate what kinds of mechanisms the Endpoint could handle.
SupportedMechanisms is a list of Mechanisms kind, such as 'MEMIF', 'KERNEL', and so on.
Motivation
This can reduce the count of NSMgr tries on selecting cross-nse or nse. It can make Request for the Connection much faster on load. (NSMgr could just filter all NSEs from the registry before do Request to the next point)
Closes networkservicemesh/sdk#802